Package jline.solvers.des.handlers
Class ConstantGen
-
- All Implemented Interfaces:
public final class ConstantGen extends RandomVariateGenCustom random variate generator for deterministic (constant) values. Used when simulating deterministic distributions in SSJ.
-
-
Constructor Summary
Constructors Constructor Description ConstantGen(RandomStream stream, Double value)
-
Method Summary
Modifier and Type Method Description DoublenextDouble()-
-
Constructor Detail
-
ConstantGen
ConstantGen(RandomStream stream, Double value)
-
-
Method Detail
-
nextDouble
Double nextDouble()
-
-
-
-