From d5a53255260e621fa6cbd3b3277aa12b41486e0f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 22 Jan 2017 09:32:33 +0100 Subject: util.crand: Add comment describing purpose of module --- util-src/crand.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util-src/crand.c b/util-src/crand.c index da79f3c7..aa3379c2 100644 --- a/util-src/crand.c +++ b/util-src/crand.c @@ -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" -- cgit v1.2.3