[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGRand

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TGRand