[Overview][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: prng.pas line 44
type TLCRandomGenerator = class(TCustomRandomGenerator) |
||
public |
||
constructor Create; overload; |
|
|
property Value; |
|
|
property Seed; |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |