#Random number generator
08-Nov-91 18:00:31
Sb: #15846-#Random number generator
Fm: Henry Lowengard 76625,2425
To: Harry Manolopoulos 75410,322
There's one in amiga.lib called RangeRand, but that's a C library – I – uh
– liberated it and converted it to register called form so I could use it.
I also have one taken from the Macintosh ROMS, but that on is slower and
longer.. Anyway, the technique is the standard x^ = ((x+j)*k)mod l style.
I'll try to post in next message (hope its short enuf)