Exemplo n.º 1
0
 public virtual int NextInt(int bound) => DefaultRandomPrimitivesFactory.NextInt(this, bound);
Exemplo n.º 2
0
 public virtual long NextLong(long bound) => DefaultRandomPrimitivesFactory.NextLong(this, bound);
Exemplo n.º 3
0
 public override sealed int Next(int minValue, int maxValue) => DefaultRandomPrimitivesFactory.NextInt(this, minValue, maxValue);