util.crand: Add comment describing purpose of module
authorKim Alvefur <zash@zash.se>
Sun, 22 Jan 2017 09:32:33 +0100
changeset 7833 b9910a507250
parent 7832 1fb477d19fdd
child 7834 201d0df6cce9
util.crand: Add comment describing purpose of module
util-src/crand.c
--- a/util-src/crand.c	Sun Jan 22 09:31:56 2017 +0100
+++ b/util-src/crand.c	Sun Jan 22 09:32:33 2017 +0100
@@ -11,6 +11,12 @@
 /*
 * crand.c
 * C PRNG interface
+*
+* The purpose of this module is to provide access to a PRNG in
+* environments without /dev/urandom
+*
+* Caution! This has not been extensively tested.
+*
 */
 
 #include "lualib.h"