|
ZEDA
1.6.18
|
random number generator based on Mersenne twister. More...
#include <zeda_rand.h>
Data Fields | |
| ulong | x [Z_RAND_MT_HISTORY+1] |
| int | index |
| bool | nd_sw |
| double | nd_last |
random number generator based on Mersenne twister.
| ulong zRandMT::x[Z_RAND_MT_HISTORY+1] |
state vector
| int zRandMT::index |
index
| bool zRandMT::nd_sw |
a switch for normal distribution
| double zRandMT::nd_last |
a memory for normal distribution
1.8.13