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

Functions
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

int check_sequence ( )

Definition at line 61 of file testBug73093.cc.

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

Referenced by main().

int main ( )

Definition at line 90 of file testBug73093.cc.

References check_sequence(), and valid_range().

int valid_range ( )

Definition at line 18 of file testBug73093.cc.

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

Referenced by main().