diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-05-26 03:52:54 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-05-26 03:52:54 +0200 |
commit | 5640a74e619ac7a3005f27127d5a19f429491667 (patch) | |
tree | 5bd272b92fe625b70529d1d6629b6e898b2511f5 /doc/projects.html | |
parent | d44dc13a76efa545f259547be1ae6fba73868667 (diff) | |
download | gmp-5640a74e619ac7a3005f27127d5a19f429491667.tar.gz |
Remove old random funcs switching to new style, done.
Diffstat (limited to 'doc/projects.html')
-rw-r--r-- | doc/projects.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/projects.html b/doc/projects.html index 7dcf742f6..9cdf75f08 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -158,9 +158,6 @@ <p> Implement some more pseudo random number generator algorithms. Today there's only Linear Congruential. - <p> The "old" random functions like <code>mpn_random</code> could switch to - using a new generator. This would help portability. - <p> Some random functions giving various distributions (normal, geometric, etc) might be good too. |