Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Examples

ccisaac.h File Reference

Contains the definition of QTIsaac, a C++ implementaion of Robert J Jenkins Jr's ISAAC Random Number Generator, with additions by Trent Apted. More...

#include <stdlib.h>
#include <sys/time.h>

Include dependency graph for ccisaac.h:

Include dependency graph

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)


Detailed Description

Contains the definition of QTIsaac, a C++ implementaion of Robert J Jenkins Jr's ISAAC Random Number Generator, with additions by Trent Apted.

Definition in file ccisaac.h.


Typedef Documentation

typedef UINT32 ISAAC_INT
 

Definition at line 16 of file ccisaac.h.

typedef unsigned long int UINT32
 

Definition at line 14 of file ccisaac.h.


Variable Documentation

const UINT32 GOLDEN_RATIO = UINT32(0x9e3779b9)
 

Definition at line 15 of file ccisaac.h.

Referenced by QTIsaac< ALPHA, T >::randinit().


Generated on Fri Oct 3 18:41:20 2003 for taptedDevTools by doxygen 1.3.4