Short: A very good random number generator Author: David Ingalls Bell Uploader: carsten larsen mail com (Carsten Larsen) Type: util/cli Version: 1.0 Architecture: m68k-amigaos >= 2.0.4 DESCRIPTION This is a relatively simple random number generator which (hopefully) produces a series of numbers with "no" correlation between them. It uses Blum's random number algorithm which extracts the low bits from the successive squaring of an initial seed value modulo a prime. USAGE blum [-s seed] range [count] EXAMPLE blum 100000 5 LEGAL Authors homepage: http://members.tip.net.au/~dbell/