SISCone 3.0.5
Functions
ranlux.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void siscone::ranlux_init ()
 initialize 'ranlux' generator
 
unsigned long int siscone::ranlux_get ()
 generate random value (24 bits)
 
void siscone::ranlux_print_state ()
 save state of the generator
 

Function Documentation

◆ ranlux_get()

unsigned long int siscone::ranlux_get ( )

generate random value (24 bits)

Definition at line 142 of file ranlux.cpp.

◆ ranlux_init()

void siscone::ranlux_init ( )

initialize 'ranlux' generator

Definition at line 134 of file ranlux.cpp.

◆ ranlux_print_state()

void siscone::ranlux_print_state ( )

save state of the generator

Definition at line 160 of file ranlux.cpp.