ZEDA  1.6.18
Data Fields
zRandMT Struct Reference

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
 

Detailed Description

random number generator based on Mersenne twister.

Field Documentation

◆ x

ulong zRandMT::x[Z_RAND_MT_HISTORY+1]

state vector

◆ index

int zRandMT::index

index

◆ nd_sw

bool zRandMT::nd_sw

a switch for normal distribution

◆ nd_last

double zRandMT::nd_last

a memory for normal distribution


The documentation for this struct was generated from the following file: