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