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 LinearCongruentialGeneratorLinearCongruentialGenerator. MRG32k3a(long a, long b, long m)Construct an Instance of LinearCongruentialGenerator with the MRG of Type MRG32k3astatic LinearCongruentialGeneratorLinearCongruentialGenerator. NumericalRecipes(RecursiveGenerator recursiveGenerator)Construct the Numerical Recipes Version of LinearCongruentialGenerator