chiark / gitweb /
basen() now takes uint32_t rather than unsigned long, since that's
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 8 Mar 2009 12:03:58 +0000 (12:03 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 8 Mar 2009 12:03:58 +0000 (12:03 +0000)
commit1c814807201c819324a87b186aa9e59279d4fd5d
tree9ac1b3707e224412601d9c793dd3ca77ed09ef0e
parentf207f71023472dfbdaadbf05f90ad50071407864
basen() now takes uint32_t rather than unsigned long, since that's
what it actually assumes.

New function nesab() is the reverse of basen().
lib/basen.c
lib/basen.h
lib/random.c
libtests/t-basen.c