LauRandom Namespace Reference Namespace for holding the random number generator functions. More...
Detailed DescriptionNamespace for holding the random number generator functions. Holds one generator with a given (changable) seed and one where the seed is taken from the machine clock. Function Documentation
Access the singleton random number generator with a particular seed. The seed value can be set using LauRandom::setSeed
Definition at line 20 of file LauRandom.cc.
Set seed of random-number generator to a given value.
Definition at line 41 of file LauRandom.cc.
Access the singleton random number generator with seed set from machine clock time (within +-1 sec).
Definition at line 30 of file LauRandom.cc. Generated by 1.8.5 |