25package umontreal.ssj.randvar;
47 super(g.stream,
null);
53 return Math.exp(myGen.nextDouble());
double nextDouble()
Generates a random number from the continuous distribution contained in this object.
LognormalSpecialGen(NormalGen g)
Create a lognormal random variate generator using the normal generator g and with the same parameters...
This class implements methods for generating random variates from the normal distribution .