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-Thread: 103376,c63141fc031d911b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "brian.wichmann@bcs.org.uk" Newsgroups: comp.lang.ada Subject: Re: Knuth's random number generator Date: 14 Jan 2005 07:47:53 -0800 Organization: http://groups.google.com Message-ID: <1105717673.120177.111840@z14g2000cwz.googlegroups.com> References: <1105658456.885787.264050@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: 80.189.51.191 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1105717678 16564 127.0.0.1 (14 Jan 2005 15:47:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 14 Jan 2005 15:47:58 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=80.189.51.191; posting-account=dD162AwAAACcWZeIfcQTbYrKp-gUa3g3 Xref: g2news1.google.com comp.lang.ada:7768 Date: 2005-01-14T07:47:53-08:00 List-Id: Jeffrey Carter wrote: > brian.wichmann@bcs.org.uk wrote: > > > Has anybody implemented this in Ada? > > Is there some reason you're interested in that algorithm? > > Marsaglia's "universal" RNG, which passes stringent tests and is highly > portable, is available with the PragmAda Reusable Components: > My interest is in comparing Knuth's one with a new version of the Hill/Wichmann generator. Brian.