RandomGenerator constructor Null safety

RandomGenerator()

Implementation

RandomGenerator() {
  nextValue;
}