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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c637b36a7fc5f587 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!c29g2000yqd.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Randomness tests Date: Thu, 16 Jul 2009 18:53:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8b95134b-f735-4b1f-9162-93c5d8d4ca3d@c29g2000yqd.googlegroups.com> References: <398c0d14-6c77-44cc-b5f3-428f94102152@s31g2000yqs.googlegroups.com> NNTP-Posting-Host: 83.79.70.72 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1247795621 14670 127.0.0.1 (17 Jul 2009 01:53:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Jul 2009 01:53:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c29g2000yqd.googlegroups.com; posting-host=83.79.70.72; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7096 Date: 2009-07-16T18:53:41-07:00 List-Id: Jeffrey R. Carter: Thanks for the explanations about the "parking-lot" method. > Also note that the PragmAda reusable components include the "universal" random > number generator, which is supposed to be a very good generator, is portable, > and gives identical results on all platforms. I was precisely considering that algorithm (the famous u_rand). Gautier