类 LinearCongruentialRandom
- java.lang.Object
-
- com.github.myibu.algorithm.random.LinearCongruentialRandom
-
-
构造器概要
构造器 构造器 说明 LinearCongruentialRandom()LinearCongruentialRandom(long seed)
-
-
-
方法详细资料
-
setSeed
public void setSeed(long seed)
-
next
public int next(int bits)
-
nextBoolean
public boolean nextBoolean()
- 指定者:
nextBoolean在接口中Random
-
nextDouble
public double nextDouble()
- 指定者:
nextDouble在接口中Random
-
-