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 class
MultipleRecursiveGeneratorLEcuyer
MultipleRecursiveGeneratorLEcuyer - 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 RecursiveGenerator
LinearCongruentialGenerator. recursiveGenerator()
Retrieve the Recursive Generator InstanceMethods in org.drip.measure.crng with parameters of type RecursiveGenerator Modifier and Type Method Description static LinearCongruentialGenerator
LinearCongruentialGenerator. 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