randomBits method

int randomBits(
  1. int numBits
)

Implementation

int randomBits(int numBits) => randomBits2(numBits, _amplitude);