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◆ randomFun()
Access the singleton random number generator with a particular seed. The seed value can be set using LauRandom::setSeed
Definition at line 33 of file LauRandom.cc. ◆ setSeed()
Set seed of random-number generator to a given value.
Definition at line 58 of file LauRandom.cc. ◆ zeroSeedRandom()
Access the singleton random number generator with seed set from machine clock time (within +-1 sec).
Definition at line 45 of file LauRandom.cc. Generated by 1.8.18 |