PYTHIA  8.311
Public Member Functions | List of all members
RndmEngine Class Reference

#include <Basics.h>

Inheritance diagram for RndmEngine:
MixMaxRndm

Public Member Functions

virtual ~RndmEngine ()
 Destructor.
 
virtual double flat ()
 

Detailed Description

RndmEngine is the base class for external random number generators. There is only one pure virtual method, that should do the generation.

Member Function Documentation

virtual double flat ( )
inlinevirtual

A virtual method, wherein the derived class method generates a random number uniformly distributed between 0 and 1.

Reimplemented in MixMaxRndm.


The documentation for this class was generated from the following file: