diff options
author | Neal H. Walfield <neal@gnu.org> | 2008-11-11 10:03:04 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2008-11-11 10:03:04 +0100 |
commit | 9e68d14d6c299935d52db494b527ad3ebf98d3cc (patch) | |
tree | 39763194cb1c866f145c2560e678fb27d9cb96bb | |
parent | d920c0ea6b1d6ef43c69320c43ff2435764fb598 (diff) |
Add routines that generate a zipf distribution.
2008-11-11 Neal H. Walfield <neal@gnu.org>
* zipf.h: New file.
* zipf.c: Likewise.
-rw-r--r-- | benchmarks/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/ChangeLog b/benchmarks/ChangeLog index 9c120db..d0d6e8c 100644 --- a/benchmarks/ChangeLog +++ b/benchmarks/ChangeLog @@ -1,3 +1,8 @@ +2008-11-11 Neal H. Walfield <neal@gnu.org> + + * zipf.h: New file. + * zipf.c: Likewise. + 2008-11-04 Neal H. Walfield <neal@gnu.org> * activity-distribution.c (main): Use OBJECT_PRIORITY_DEFAULT, not |