summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorDavi Arnaut <davi@apache.org>2007-07-21 02:16:29 +0000
committerDavi Arnaut <davi@apache.org>2007-07-21 02:16:29 +0000
commitfdafe95c81ff94474bbb7483af0f0b341f97a818 (patch)
tree84f22b2579ea895c5f14704e20680a24cd006a2f /random
parentb6dea2424dd8d82a10e5912e6ecdf0e9d5a3bd67 (diff)
downloadapr-fdafe95c81ff94474bbb7483af0f0b341f97a818.tar.gz
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
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"