#include <bn.h>
Data Fields | |
uint32_t | magic |
long | msr_seed |
int | msr_double_ptr |
double * | msr_doubles |
int | msr_long_ptr |
long * | msr_longs |
Definition at line 697 of file bn.h.
uint32_t magic |
Definition at line 698 of file bn.h.
Referenced by bn_unif_double_fill(), bn_unif_free(), bn_unif_init(), and bn_unif_long_fill().
long msr_seed |
Definition at line 699 of file bn.h.
Referenced by bn_unif_double_fill(), bn_unif_init(), and bn_unif_long_fill().
int msr_double_ptr |
Definition at line 700 of file bn.h.
Referenced by bn_unif_double_fill(), and bn_unif_init().
double* msr_doubles |
Definition at line 701 of file bn.h.
Referenced by bn_unif_double_fill(), bn_unif_free(), and bn_unif_init().
int msr_long_ptr |
Definition at line 702 of file bn.h.
Referenced by bn_unif_init(), and bn_unif_long_fill().
long* msr_longs |
Definition at line 703 of file bn.h.
Referenced by bn_unif_free(), bn_unif_init(), and bn_unif_long_fill().