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

testBug73093.cc File Reference
#include <iostream>
#include <cmath>
#include <stdlib.h>
#include "CLHEP/Random/Ranlux64Engine.h"

Go to the source code of this file.

Functions

int valid_range ()
 
int check_sequence ()
 
int main ()
 

Function Documentation

◆ check_sequence()

int check_sequence ( )

Definition at line 59 of file testBug73093.cc.

References CLHEP::Ranlux64Engine::flat(), output(), and CLHEP::Ranlux64Engine::setSeed().

Referenced by main().

◆ main()

int main ( )

Definition at line 88 of file testBug73093.cc.

References check_sequence(), and valid_range().

◆ valid_range()

int valid_range ( )

Definition at line 16 of file testBug73093.cc.

References CLHEP::Ranlux64Engine::flat(), output(), and CLHEP::Ranlux64Engine::setSeed().

Referenced by main().