From 5a64e1a53145699f2dfdf86b0c8c3c87ddf2cd8a Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 7 Jan 2017 00:30:09 +0100 Subject: [PATCH] random.nim: add a warning about crypo; refs #5047 --- lib/pure/random.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pure/random.nim b/lib/pure/random.nim index 955a701439..67f085dac5 100644 --- a/lib/pure/random.nim +++ b/lib/pure/random.nim @@ -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.}