Explorar el Código

+ implemented Randomize

git-svn-id: trunk@49550 -
nickysn hace 4 años
padre
commit
c275c3c7f2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

@@ -86,6 +86,7 @@ end;
 
 Procedure Randomize;
 Begin
+  __wasi_random_get(@RandSeed,SizeOf(RandSeed));
 End;
 
 procedure System_exit;