ARTS
2.2.66
|
#include <rng.h>
Public Attributes | |
const char * | name |
unsigned long int | max |
unsigned long int | min |
size_t | size |
void(* | set )(void *state, unsigned long int seed) |
unsigned long int(* | get )(void *state) |
double(* | get_double )(void *state) |
unsigned long int(* gsl_rng_type::get) (void *state) |
Definition at line 132 of file rng.h.
Referenced by gsl_rng_get(), and gsl_rng_uniform_int().
double(* gsl_rng_type::get_double) (void *state) |
Definition at line 133 of file rng.h.
Referenced by gsl_rng_uniform(), and gsl_rng_uniform_pos().
unsigned long int gsl_rng_type::max |
Definition at line 128 of file rng.h.
Referenced by gsl_rng_max(), and gsl_rng_uniform_int().
unsigned long int gsl_rng_type::min |
Definition at line 129 of file rng.h.
Referenced by gsl_rng_min(), and gsl_rng_uniform_int().
const char* gsl_rng_type::name |
Definition at line 127 of file rng.h.
Referenced by gsl_rng_name().
void(* gsl_rng_type::set) (void *state, unsigned long int seed) |
Definition at line 131 of file rng.h.
Referenced by gsl_rng_set().
size_t gsl_rng_type::size |
Definition at line 130 of file rng.h.
Referenced by gsl_rng_alloc(), gsl_rng_memcpy(), gsl_rng_print_state(), and gsl_rng_size().