summaryrefslogtreecommitdiffstats
path: root/src/rand-isaac.c
AgeCommit message (Expand)AuthorLines
2006-08-08Remove; its contents are now in ../lib/rand-isaac.c.Paul Eggert-335/+0
2005-12-12(struct irand_state, irand_init, irand32, irand_mod): Move to shred.c.Paul Eggert-60/+0
2005-12-12Revert to what used to be in shred.c, withoutPaul Eggert-86/+73
2005-12-10Cleaner:Jim Meyering-6/+5
2005-12-10Avoid shred segfault on 64-bit systems.Jim Meyering-4/+7
2005-12-10* src/rand-isaac.c (isaac_mix): Declare to be static.Jim Meyering-12/+12
2005-12-10New file, containing ISAAC code that was in shred.c.Paul Eggert-0/+406