Uses of Class
org.drip.measure.crng.LinearCongruentialGenerator
Package | Description |
---|---|
org.drip.measure.crng |
Continuous Random Number Stream Generator
|
-
Uses of LinearCongruentialGenerator in org.drip.measure.crng
Methods in org.drip.measure.crng that return LinearCongruentialGenerator Modifier and Type Method Description static LinearCongruentialGenerator
LinearCongruentialGenerator. MRG32k3a(long lA, long lB, long lM)
Construct an Instance of LinearCongruentialGenerator with the MRG of Type MRG32k3astatic LinearCongruentialGenerator
LinearCongruentialGenerator. NumericalRecipes(RecursiveGenerator rg)
Construct a NumericalRecipes Version of LinearCongruentialGenerator