ARTS  2.3.1285(git:92a29ea9-dirty)
gsl_rng_type Struct Reference

#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)
 

Detailed Description

Definition at line 118 of file rng.h.

Member Data Documentation

◆ get

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

Definition at line 124 of file rng.h.

Referenced by gsl_rng_get().

◆ get_double

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().

◆ max

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().

◆ min

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().

◆ name

const char* gsl_rng_type::name

Definition at line 119 of file rng.h.

Referenced by gsl_rng_name().

◆ set

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

size_t gsl_rng_type::size

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