public class LognormalSpecialGen extends RandomVariateGen
| Constructor and Description |
|---|
LognormalSpecialGen(NormalGen g)
Create a lognormal random variate generator
using the normal generator g and with the same parameters.
|
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble()
Generates a random number from the continuous distribution
contained in this object.
|
getDistribution, getStream, nextArrayOfDouble, setStreampublic LognormalSpecialGen(NormalGen g)
public double nextDouble()
RandomVariateGeninverseF
method of the distribution object.
Alternative generating methods are provided in subclasses.nextDouble in class RandomVariateGenTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.