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,13a53a863bda3aeb X-Google-Attributes: gid103376,public From: Jeff Carter Subject: Re: Source for Random Number Generator Date: 1997/02/10 Message-ID: <32FF4914.41C67EA6@innocon.com>#1/1 X-Deja-AN: 217820451 references: <5d8b95$oec@zeus.orl.mmc.com> content-type: text/plain; charset=us-ascii organization: DIGEX mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (X11; U; SunOS 4.1.3 sun4m) Date: 1997-02-10T00:00:00+00:00 List-Id: I guess no one else is going to mention the "universal random number generator." This has a very long period and is reputedly very good quality. See _Ada Letters_, 1988 Sep/Oct for Ada-83 source. It's uniform in 0.0 .. 1.0 - 2 ** (-24), so some fiddling is necessary if you really want 0.1 .. 1.0 -- Jeff Carter Innovative Concepts, Inc. Now go away, or I shall taunt you a second time.