RandomGenerator constructor

RandomGenerator({
  1. int? seed,
})

Implementation

RandomGenerator({int? seed}) : _random = Random(seed);