Package org.drip.measure.crng
Class LogNormalRandomNumberGenerator
java.lang.Object
org.drip.measure.crng.RandomNumberGenerator
org.drip.measure.crng.LogNormalRandomNumberGenerator
public class LogNormalRandomNumberGenerator extends RandomNumberGenerator
LogNormalRandomNumberGenerator provides the Functionality to generate Log-normal Random Numbers.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd Continuous/Discrete Probability Measures
- Package = Continuous Random Number Stream Generator
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description LogNormalRandomNumberGenerator()
Empty LogNormalRandomNumberGenerator Constructor -
Method Summary
Modifier and Type Method Description double
nextDouble01()
Retrieve a Random Number between 0 and 1Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LogNormalRandomNumberGenerator
public LogNormalRandomNumberGenerator()Empty LogNormalRandomNumberGenerator Constructor
-
-
Method Details
-
nextDouble01
public double nextDouble01()Description copied from class:RandomNumberGenerator
Retrieve a Random Number between 0 and 1- Overrides:
nextDouble01
in classRandomNumberGenerator
- Returns:
- Random Number between 0 and 1
-