[Overview][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: prng.pas line 30
type TCustomRandomGenerator = class(TObject) |
||
public |
||
property Value: extended; [r] |
|
|
property Seed: Int64; [rw] |
|
|
function RandomRange(); |
|
|
end; |
|
||
| | ||
TObject |