Source position: mysql.inc line 422
type rand_struct = record
seed1: dword;
seed2: dword;
max_value: dword;
max_value_dbl: double;
end;