Re: Random numbers from 1 to 16

2000-06-10 Thread Jan de Leeuw
Any standard APL interpreter has the roll operator, which is actually an RNG. Just say ?16 or something like that. At 3:02 + 06/10/2000, <[EMAIL PROTECTED]> wrote: >What would be the simplest and solid way to generate random numbers from >1 to 16 only? > >I don'

Random numbers from 1 to 16

2000-06-09 Thread sundor96
What would be the simplest and solid way to generate random numbers from 1 to 16 only? I don't have any compilers or languages handy except for an APL interpreter that's quite old but still powerful and BASIC that comes with the DOS operating system. I gather there must be some co