Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
ran.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ran_pool< T >
 
class  t_ran
 

Typedefs

typedef void(t_ran::* t_ran_fun) (void *p, size_t s)
 

Enumerations

enum  algo_prng { PRNG_XOROSHIRO128PLUS , PRNG_XOSHIRO256STARSTAR }
 

Variables

t_ran ran
 

Typedef Documentation

◆ t_ran_fun

typedef void(t_ran::* t_ran_fun) (void *p, size_t s)

Enumeration Type Documentation

◆ algo_prng

enum algo_prng
Enumerator
PRNG_XOROSHIRO128PLUS 
PRNG_XOSHIRO256STARSTAR 

Variable Documentation

◆ ran

t_ran ran
extern