csnip  0.1
Classes | Typedefs | Functions
rng.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  csnip_rng_T
 Method table for a random number generator. More...
 

Typedefs

typedef struct csnip_rng_T csnip_rng
 

Functions

unsigned long int csnip_rng_getnum (const csnip_rng *R)
 Retrieve a number from the RNG. More...
 
void csnip_rng_seed (const csnip_rng *R, int nseed, const unsigned long *seed)
 Seed the RNG. More...