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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3e9f592176b8fb05 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-28 06:14:09 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: blchrist@terpalum.umd.edu (Brien) Newsgroups: comp.lang.ada Subject: Re: Random Number Generator Problem Date: 28 Jul 2003 06:14:08 -0700 Organization: http://groups.google.com/ Message-ID: <30c81431.0307280514.702bc9b3@posting.google.com> References: <30c81431.0307250634.77148b62@posting.google.com> <3F214DF6.6010102@attbi.com> NNTP-Posting-Host: 151.190.254.106 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1059398049 17878 127.0.0.1 (28 Jul 2003 13:14:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 28 Jul 2003 13:14:09 GMT Xref: archiver1.google.com comp.lang.ada:40898 Date: 2003-07-28T13:14:09+00:00 List-Id: Thanks for the response! I am only using this to generate some test data, so I don't need anything near a completely uniform distribution. Multiplying two 32 bit random numbers together will suit my purposes quite well, I was just curious about why that sort of uneven distribution would happen. Again, thanks for your very informative answer.