[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 3320
type TGRand = object |
||
function copy; |
|
|
function double; |
|
|
function double_range(); |
|
|
procedure free; |
|
|
function int; |
|
|
function int_range(); |
|
|
procedure set_seed(); |
|
|
procedure set_seed_array(); |
|
|
function new; |
|
|
function new_with_seed(); |
|
|
function new_with_seed_array(); |
|
|
end; |
|