random.nim: add a warning about crypo; refs #5047

This commit is contained in:
Araq
2017-01-07 00:30:09 +01:00
parent edf2a57a70
commit 5a64e1a531

View File

@@ -11,6 +11,7 @@
## * More information: http://xoroshiro.di.unimi.it/
## * C implementation: http://xoroshiro.di.unimi.it/xoroshiro128plus.c
##
## Do not use this module for cryptographic use!
include "system/inclrtl"
{.push debugger:off.}