#include <stdlib.h>
#include <sys/time.h>
Include dependency graph for ccisaac.h:

Go to the source code of this file.
Classes | |
| class | QTIsaac |
| C++ TEMPLATE VERSION OF Robert J Jenkins Jr's ISAAC Random Number Generator. More... | |
| struct | QTIsaac::randctx |
Typedefs | |
| typedef unsigned long int | UINT32 |
| typedef UINT32 | ISAAC_INT |
Variables | |
| const UINT32 | GOLDEN_RATIO = UINT32(0x9e3779b9) |
Definition in file ccisaac.h.
|
|
|
|
|
|
|
|
Definition at line 15 of file ccisaac.h. Referenced by QTIsaac< ALPHA, T >::randinit(). |
1.3.4