Source position: mysql.inc line 675
type rand_struct = record
seed1: culong;
seed2: culong;
max_value: culong;
max_value_dbl: cdouble;
end;