gsl_rng_type Struct Reference

#include <rng.h>

List of all members.

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)


Detailed Description

Definition at line 123 of file rng.h.


Member Data Documentation

const char* gsl_rng_type::name

Definition at line 125 of file rng.h.

Referenced by gsl_rng_name().

unsigned long int gsl_rng_type::max

Definition at line 126 of file rng.h.

Referenced by gsl_rng_max(), and gsl_rng_uniform_int().

unsigned long int gsl_rng_type::min

Definition at line 127 of file rng.h.

Referenced by gsl_rng_min(), and gsl_rng_uniform_int().

void(* gsl_rng_type::set)(void *state, unsigned long int seed)

Referenced by gsl_rng_set().

unsigned long int(* gsl_rng_type::get)(void *state)

Referenced by gsl_rng_get(), and gsl_rng_uniform_int().

double(* gsl_rng_type::get_double)(void *state)


The documentation for this struct was generated from the following file:

Generated on Mon Mar 23 14:07:00 2009 for ARTS by  doxygen 1.5.6