mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:10:14 +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;
|
Procedure Randomize;
|
||||||
Begin
|
Begin
|
||||||
|
__wasi_random_get(@RandSeed,SizeOf(RandSeed));
|
||||||
End;
|
End;
|
||||||
|
|
||||||
procedure System_exit;
|
procedure System_exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user