libdspl-2.0
Digital Signal Processing Algorithm Library
random_t Struct Reference

#include <dspl.h>

Data Fields

double mrg32k3a_seed
 
double mrg32k3a_x [3]
 
double mrg32k3a_y [3]
 
unsigned long long mt19937_mt [RAND_MT19937_NN]
 
int mt19937_mti
 
int type
 

Detailed Description

Definition at line 349 of file dspl.h.

Field Documentation

◆ mrg32k3a_seed

double random_t::mrg32k3a_seed

Definition at line 352 of file dspl.h.

◆ mrg32k3a_x

double random_t::mrg32k3a_x[3]

Definition at line 353 of file dspl.h.

Referenced by random_init().

◆ mrg32k3a_y

double random_t::mrg32k3a_y[3]

Definition at line 354 of file dspl.h.

Referenced by random_init().

◆ mt19937_mt

unsigned long long random_t::mt19937_mt[RAND_MT19937_NN]

Definition at line 357 of file dspl.h.

◆ mt19937_mti

int random_t::mt19937_mti

Definition at line 358 of file dspl.h.

◆ type

int random_t::type

Definition at line 360 of file dspl.h.

Referenced by random_init().