Source position: utility.pas line 235
type TRandomState = record
rs_High: LongInt;
rs_Low: LongInt;
end;