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 DLRnd for a better, but slower pseudo random generator.

Last modified:
27-Feb-2005 (DRnd.h)

Instance Variables

private unsigned long _seed
the seed for the generator

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0