Files
Nim/lib
Tomohiro 7c8ea490a2 Fix initrand to avoid random number sequences overlapping (#18744)
* Fix initrand to avoid random number sequences overlapping

* Minor fix

* Fix compile error on js backend

* Disable new test for js backend

* Minor fix

* tempfiles module uses random.initRand()

* Remove unused module import from lib/std/tempfiles.nim

* Initialize baseState in initRand()

* Run tests/stdlib/trandom.nim from tests/test_nimscript.nims

* baseState is initialized only with sysrand.urandom and quit if failed

* Add comments
2021-09-02 14:12:14 +02:00
..
2017-02-20 17:24:19 +02:00
2021-08-25 17:27:00 +00:00
2021-04-09 16:29:10 +02:00
2021-08-12 09:21:01 -07:00
2021-08-26 23:07:54 +02:00
2021-07-20 20:12:15 +08:00
2021-09-02 12:10:14 +02:00
2021-07-20 20:12:15 +08:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00
2021-04-07 23:26:53 +02:00
2021-08-29 09:18:54 +02:00