ARTS
2.3.1285(git:92a29ea9-dirty)
|
#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 124 of file rng.h.
Referenced by gsl_rng_get().
double(* gsl_rng_type::get_double) (void *state) |
Definition at line 125 of file rng.h.
Referenced by gsl_rng_uniform(), and gsl_rng_uniform_pos().
unsigned long int gsl_rng_type::max |
Definition at line 120 of file rng.h.
Referenced by gsl_rng_max(), and gsl_rng_uniform_int().
unsigned long int gsl_rng_type::min |
Definition at line 121 of file rng.h.
Referenced by gsl_rng_min(), and gsl_rng_uniform_int().
const char* gsl_rng_type::name |
Definition at line 119 of file rng.h.
Referenced by gsl_rng_name().
void(* gsl_rng_type::set) (void *state, unsigned long int seed) |
Definition at line 123 of file rng.h.
Referenced by gsl_rng_set().
size_t gsl_rng_type::size |
Definition at line 122 of file rng.h.
Referenced by gsl_rng_alloc(), gsl_rng_clone(), gsl_rng_memcpy(), gsl_rng_print_state(), and gsl_rng_size().