summaryrefslogtreecommitdiff
path: root/doc/projects.html
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-17 02:58:14 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-17 02:58:14 +0200
commitc980158bd8a68738f98e41e308febd5c1c75b02c (patch)
tree0af2e6bfd1e79ae716c85d8aba07c375c8daaf04 /doc/projects.html
parentfe899072489d924ac0bf4554ee95989edc268eb9 (diff)
downloadgmp-c980158bd8a68738f98e41e308febd5c1c75b02c.tar.gz
Bit more of random numbers, brought across from the TODO file.
Diffstat (limited to 'doc/projects.html')
-rw-r--r--doc/projects.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/projects.html b/doc/projects.html
index 5e84c32d1..e65e7a7db 100644
--- a/doc/projects.html
+++ b/doc/projects.html
@@ -187,11 +187,13 @@ Copyright 2000, 2001 Free Software Foundation, Inc.
lots of function calls.
<p> More generator algorithms would be good. An additive style (delayed
- Fibonacci or whatever it's called) ought to be fast, and Blum-Blum-Shub
- was planned.
+ Fibonacci or whatever it's called) ought to be fast. Blum-Blum-Shub
+ has been started, it needs a way to get large random primes.
<p> Some random functions giving various distributions (normal, geometric,
- etc) might be good too.
+ etc) might be good.
+
+ <p> More empirical tests of the generated numbers.
<p> <li> <strong>Test Suite</strong>