mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 20:04:18 +00:00
Revert "make system random work in VM" (#17378)
This commit is contained in:
@@ -31,6 +31,4 @@ template main() =
|
||||
doAssert urandom(113).len == 113
|
||||
doAssert urandom(1234) != urandom(1234) # unlikely to fail in practice
|
||||
|
||||
|
||||
static: main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user