Uses of Interface
org.drip.measure.crng.RecursiveGenerator
| Package | Description |
|---|---|
| org.drip.measure.crng |
Continuous Random Number Stream Generator
|
-
Uses of RecursiveGenerator in org.drip.measure.crng
Classes in org.drip.measure.crng that implement RecursiveGenerator Modifier and Type Class Description classMultipleRecursiveGeneratorLEcuyerMultipleRecursiveGeneratorLEcuyer - L'Ecuyer's Multiple Recursive Generator - combines Multiple Recursive Sequences to produce a Large State Space with good Randomness Properties.Methods in org.drip.measure.crng that return RecursiveGenerator Modifier and Type Method Description RecursiveGeneratorLinearCongruentialGenerator. recursiveGenerator()Retrieve the Recursive Generator InstanceMethods in org.drip.measure.crng with parameters of type RecursiveGenerator Modifier and Type Method Description static LinearCongruentialGeneratorLinearCongruentialGenerator. NumericalRecipes(RecursiveGenerator recursiveGenerator)Construct the Numerical Recipes Version of LinearCongruentialGeneratorConstructors in org.drip.measure.crng with parameters of type RecursiveGenerator Constructor Description LinearCongruentialGenerator(long a, long b, long m, RecursiveGenerator recursiveGenerator)LinearCongruentialGenerator Constructor