From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5291fa0ea59b8b29 X-Google-Attributes: gid103376,public From: jp3@rl.ac.uk ( Dr J Parker) Subject: Re: Random Number Generation Date: 1996/10/10 Message-ID: <53jhu3$r20@newton.cc.rl.ac.uk>#1/1 X-Deja-AN: 188554023 organization: Rutherford Appleton Laboratory, Oxon, UK newsgroups: comp.lang.ada Date: 1996-10-10T00:00:00+00:00 List-Id: I wrote -In under 5 miinutes you can generate N = 3 * 10**8 random numbers on -a PC. expect 10**8 0's, 10**8 1's 10**8 2's , with stnd deviation -about 10**4 and error = 10**8 * 1.333/1024.0. meaning of course: error = 3 * 10**8 * 1.333/1024.0 in one of the 3 bins.