summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authordavi <davi@13f79535-47bb-0310-9956-ffa450edef68>2007-07-21 02:16:29 +0000
committerdavi <davi@13f79535-47bb-0310-9956-ffa450edef68>2007-07-21 02:16:29 +0000
commitdb13434afc62abfb9870789f1f730fbd225f776a (patch)
tree84f22b2579ea895c5f14704e20680a24cd006a2f /random
parentce06d4780b1a7630a2be7fa0e51da62cfc8bf613 (diff)
downloadlibapr-db13434afc62abfb9870789f1f730fbd225f776a.tar.gz
Document and add extern "C" linkage declaration to the apr_random.h header.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@558224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'random')
-rw-r--r--random/unix/apr_random.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/random/unix/apr_random.c b/random/unix/apr_random.c
index 41887d4b0..c6d671c6b 100644
--- a/random/unix/apr_random.c
+++ b/random/unix/apr_random.c
@@ -14,7 +14,10 @@
* limitations under the License.
*/
/*
- * See the paper "???" by Ben Laurie for an explanation of this PRNG.
+ * See the paper "On Randomness" by Ben Laurie for an explanation of this PRNG.
+ * http://www.apache-ssl.org/randomness.pdf
+ * XXX: Is there a formal proof of this PRNG? Couldn't we use the more popular
+ * Mersenne Twister PRNG (and BSD licensed)?
*/
#include "apr.h"