Class TUniformRandomGenerator

DescriptionHierarchyFieldsMethodsProperties

Unit

RandomNumbers

Declaration

type TUniformRandomGenerator = class(TObject)

Description

Class implementing a (quasi) random number generator. TUniformRandomGenerator is useful for avoiding interfernce with the built-in random number generator.

Hierarchy

TUniformRandomGenerator > TObject

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public function RandomInteger(const N: PositiveInteger): PositiveInteger;
Public function RandomReal: double;
Public procedure SetSeed(const Value: PositiveInteger);

Description

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function RandomInteger(const N: PositiveInteger): PositiveInteger;
 
Public function RandomReal: double;
 
Public procedure SetSeed(const Value: PositiveInteger);
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:50