Package org.drip.measure.crng
Interface RecursiveGenerator
- All Known Implementing Classes:
MultipleRecursiveGeneratorLEcuyer
public interface RecursiveGenerator
RecursiveGenerator exposes Sequence Generation using Recursive Schemes. The Recursion Schemes can
be Single or Multiple. The Sequence Numbers can then be used for generating Random Numbers. It provides
the following Functionality:
- Generate the Next Number in the Sequence
| Module | Computational Core Module |
| Library | Numerical Analysis Library |
| Project | Rd Continuous/Discrete Probability Measures |
| Package | Continuous Random Number Stream Generator |
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description longnext()Generate the Next Number in the Sequence
-
Method Details
-
next
long next()Generate the Next Number in the Sequence- Returns:
- The Next Number in the Sequence
-