Class RngStream
java.lang.Object
com.knezevic.edaf.v3.core.rng.RngStream
Named deterministic RNG stream used by one pipeline component.
-
Method Details
-
name
-
nextDouble
public double nextDouble() -
nextInt
public int nextInt(int bound) -
nextLong
public long nextLong() -
nextGaussian
public double nextGaussian()
-