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 rg)Construct a NumericalRecipes Version of LinearCongruentialGeneratorConstructors in org.drip.measure.crng with parameters of type RecursiveGenerator Constructor Description LinearCongruentialGenerator(long lA, long lB, long lM, RecursiveGenerator rg)LinearCongruentialGenerator Contructor