| Description | Hierarchy | Fields | Methods | Properties |
type TUniformRandomGenerator = class(TObject)
Class implementing a (quasi) random number generator. TUniformRandomGenerator is useful for avoiding interfernce with the built-in random number generator.
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function RandomInteger(const N: PositiveInteger): PositiveInteger; |
![]() |
function RandomReal: double; |
![]() |
procedure SetSeed(const Value: PositiveInteger); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function RandomInteger(const N: PositiveInteger): PositiveInteger; |
![]() |
function RandomReal: double; |
![]() |
procedure SetSeed(const Value: PositiveInteger); |