#include <RANDOM.H>
Public Types | |
| enum | { SIGNIFICANT_BITS =32 } |
Public Member Functions | |
| Random3Class (unsigned seed1=0, unsigned seed2=0) | |
| operator int (void) | |
| int | operator() (void) |
| int | operator() (int minval, int maxval) |
Protected Attributes | |
| int | Seed |
| int | Index |
Static Protected Attributes | |
| static int | Mix1 [20] |
| static int | Mix2 [20] |
| Random3Class::Random3Class | ( | unsigned | seed1 = 0, |
| unsigned | seed2 = 0 ) |
Definition at line 277 of file random.cpp.
| int Random3Class::operator() | ( | int | minval, |
| int | maxval ) |
Definition at line 334 of file random.cpp.
| int Random3Class::operator() | ( | void | ) |
Definition at line 299 of file random.cpp.
|
staticprotected |
|
staticprotected |