Navigation

Operators and Keywords

Function List:

C++ API

randmtzig.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define MT_N   624

Functions

void oct_init_by_int (uint32_t s)
void oct_init_by_array (uint32_t init_key[], int key_length)
void oct_init_by_entropy (void)
void oct_set_state (uint32_t save[])
void oct_get_state (uint32_t save[])
double oct_randu (void)
double oct_randn (void)
double oct_rande (void)
void oct_fill_randu (octave_idx_type n, double *p)
void oct_fill_randn (octave_idx_type n, double *p)
void oct_fill_rande (octave_idx_type n, double *p)

Define Documentation

#define MT_N   624


Function Documentation

void oct_fill_rande ( octave_idx_type  n,
double p 
)

void oct_fill_randn ( octave_idx_type  n,
double p 
)

void oct_fill_randu ( octave_idx_type  n,
double p 
)

void oct_get_state ( uint32_t  save[]  ) 

void oct_init_by_array ( uint32_t  init_key[],
int  key_length 
)

void oct_init_by_entropy ( void   ) 

void oct_init_by_int ( uint32_t  s  ) 

double oct_rande ( void   ) 

double oct_randn ( void   ) 

double oct_randu ( void   ) 

void oct_set_state ( uint32_t  save[]  )