SFMT-params.h File Reference

#include "SFMT-params19937.h"

Go to the source code of this file.

Defines

#define MEXP   19937
#define N   (MEXP / 128 + 1)
#define N32   (N * 4)
#define N64   (N * 2)


Define Documentation

#define MEXP   19937

Definition at line 15 of file SFMT-params.h.

#define N   (MEXP / 128 + 1)

#define N32   (N * 4)

N32 is the size of internal state array when regarded as an array of 32-bit integers.

Definition at line 28 of file SFMT-params.h.

Referenced by fill_array32(), fill_array64(), gen_rand32(), gen_rand64(), get_min_array_size32(), init_by_array(), and init_gen_rand().

#define N64   (N * 2)

N64 is the size of internal state array when regarded as an array of 64-bit integers.

Definition at line 31 of file SFMT-params.h.

Referenced by fill_array64(), and get_min_array_size64().


Generated on Mon May 18 07:16:35 2009 for lux by  doxygen 1.5.8