mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
+ implemented Randomize
git-svn-id: trunk@49550 -
This commit is contained in:
parent
4240279a84
commit
c275c3c7f2
@ -86,6 +86,7 @@ end;
|
||||
|
||||
Procedure Randomize;
|
||||
Begin
|
||||
__wasi_random_get(@RandSeed,SizeOf(RandSeed));
|
||||
End;
|
||||
|
||||
procedure System_exit;
|
||||
|
Loading…
Reference in New Issue
Block a user