P99
Typedefs | Variables
p99_rand.h File Reference

An implementation of George Marsaglia's xorshift PRG with a period of about 2^160. More...

#include "p99_threads.h"
#include "p99_new.h"
#include "p99_clib.h"
+ Include dependency graph for p99_rand.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef p00_seed160 p99_seed[2]
 The internal state that the PRG for ::p99_rand and ::p99_drand uses. More...
 

Variables

 P99_TSS_DECLARE_LOCAL
 

Detailed Description

An implementation of George Marsaglia's xorshift PRG with a period of about 2^160.

Definition in file p99_rand.h.