Class DRnd

Inherits from:
Object
Conforms to:
DRandomable
Declared in:
DRnd.h

Class Hierarchy

    Object
      |
      +---DRnd

Class Description

The DRnd class implements a pseudo random generator bases on a linair congruential generator. This is the most commonly used type, it is fast but it has some well-known flaws. See class DMRnd and class DLRnd for a better, but slower pseudo random generator.

Last modified:
31-Oct-2007 (DRnd.h)

Instance Variables

private uint32_t _seed
the seed for the generator

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0