mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
System.Random function bugfix
This commit is contained in:
@@ -281,7 +281,7 @@ end;
|
||||
|
||||
function _RandExt: Extended;
|
||||
begin
|
||||
Result := 1 / RandInt(1, $FFFFFFFE);
|
||||
Result := 1 / RandInt(2, $FFFFFFFF);
|
||||
end;
|
||||
|
||||
procedure Randomize;
|
||||
|
Reference in New Issue
Block a user