Random
-
class Random
Psuedo random number generator class. Note that all other Random distributions depend upon the uniform distribution, such that reproduction by storage is simplified.
Subclassed by feasst::RandomMT19937, feasst::RandomModulo
Arguments
seed: Provide an integer to seed the random number generator. If no seed is provided, but random numbers are requested, then the time will be used to generate a seed.