Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Return the theoretical mean for the random number generator's gen method.
Compute the probability function (pf), i.e., the probability density function (pdf).
Compute the probability function (pf), i.e., the probability density function (pdf).
the mass point whose probability density is sought
The
RNG
abstract class is the base class for all ScalaTion Random Number Generators (RNGs). The subclasses must implement a 'gen' method that generates random real numbers in the range (0, 1). They must also implement an 'igen' methods to return stream values.