[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

rand_struct

Declaration

Source position: mysql.inc line 422

type rand_struct = record

  seed1: dword;

  seed2: dword;

  max_value: dword;

  max_value_dbl: double;

end;