nextBits method

Int nextBits(
  1. Int bitCount
)

Gets the next random bitCount number of bits.

Implementation

Int nextBits(Int bitCount) => this.nextInt(bitCount);