From fdafe95c81ff94474bbb7483af0f0b341f97a818 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Sat, 21 Jul 2007 02:16:29 +0000 Subject: Document and add extern "C" linkage declaration to the apr_random.h header. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@558224 13f79535-47bb-0310-9956-ffa450edef68 --- random/unix/apr_random.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'random') 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" -- cgit v1.2.1