CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Functions | Variables
testRandom.cc File Reference
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "CLHEP/Random/Randomize.h"
#include <iostream>
#include <cstdlib>

Go to the source code of this file.

Functions

void init ()
 
void layout ()
 
void dist_layout ()
 
void user_layout ()
 
void start_test ()
 
int main ()
 

Variables

HepJamesRandom theJamesEngine
 
RandEngine theRandEngine
 
DRand48Engine theDRand48Engine
 
RanluxEngine theRanluxEngine (19780503, 4)
 
Ranlux64Engine theRanlux64Engine
 
RanecuEngine theRanecuEngine
 
Hurd160Engine theHurd160Engine
 
Hurd288Engine theHurd288Engine
 
MTwistEngine theMTwistEngine
 
RanshiEngine theRanshiEngine
 
DualRand theDualRandEngine
 
TripleRand theTripleRandEngine
 

Function Documentation

◆ dist_layout()

void dist_layout ( )

◆ init()

void init ( )

◆ layout()

void layout ( )

◆ main()

int main ( )

Definition at line 347 of file testRandom.cc.

References init(), and start_test().

◆ start_test()

void start_test ( )

◆ user_layout()

void user_layout ( )

Variable Documentation

◆ theDRand48Engine

DRand48Engine theDRand48Engine

Definition at line 16 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theDualRandEngine

DualRand theDualRandEngine

Definition at line 24 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theHurd160Engine

Hurd160Engine theHurd160Engine

Definition at line 20 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theHurd288Engine

Hurd288Engine theHurd288Engine

Definition at line 21 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theJamesEngine

HepJamesRandom theJamesEngine

Definition at line 14 of file testRandom.cc.

Referenced by user_layout().

◆ theMTwistEngine

MTwistEngine theMTwistEngine

Definition at line 22 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theRandEngine

RandEngine theRandEngine

Definition at line 15 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theRanecuEngine

RanecuEngine theRanecuEngine

Definition at line 19 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theRanlux64Engine

Ranlux64Engine theRanlux64Engine

Definition at line 18 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theRanluxEngine

RanluxEngine theRanluxEngine(19780503, 4) ( 19780503  ,
 
)

Referenced by start_test(), and user_layout().

◆ theRanshiEngine

RanshiEngine theRanshiEngine

Definition at line 23 of file testRandom.cc.

Referenced by start_test(), and user_layout().

◆ theTripleRandEngine

TripleRand theTripleRandEngine

Definition at line 25 of file testRandom.cc.

Referenced by start_test(), and user_layout().