PYTHIA
8.312
|
#include <Basics.h>
Public Member Functions | |
virtual | ~RndmEngine () |
Destructor. | |
virtual double | flat () |
RndmEngine is the base class for external random number generators. There is only one pure virtual method, that should do the generation.
|
inlinevirtual |
A virtual method, wherein the derived class method generates a random number uniformly distributed between 0 and 1.
Reimplemented in MixMaxRndm.