Software / code / prosody
Changeset
7830:b9910a507250
util.crand: Add comment describing purpose of module
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 22 Jan 2017 09:32:33 +0100 |
| parents | 7829:1fb477d19fdd |
| children | 7831:201d0df6cce9 |
| files | util-src/crand.c |
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"