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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5891e7e61ca0dcd6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-29 03:24:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: yae9911@netscape.net (HP) Newsgroups: comp.lang.ada Subject: Re: Ada implementation of Mersenne Twister (MT19937) Date: 29 Jan 2002 03:24:14 -0800 Organization: http://groups.google.com/ Message-ID: <89c716bb.0201290324.12afa6d@posting.google.com> References: <200201281013.LAA04729@bulgaria.otn.eurocopter.de> NNTP-Posting-Host: 53.122.73.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1012303455 17032 127.0.0.1 (29 Jan 2002 11:24:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 29 Jan 2002 11:24:15 GMT Xref: archiver1.google.com comp.lang.ada:19352 Date: 2002-01-29T11:24:15+00:00 List-Id: Preben Randhol wrote in message news:... > On Mon, 28 Jan 2002 21:00:25 +0100, Christoph & Ursula Grein wrote: > > I've an implementation together with a test driver. It produces the > > prescribed result. Whoever is interested I will send. > > A random number generator that produces the prescribed result doesn't > sound very good ;-) Makoto Matsumoto provides a result file mt19937ar.out of his C version as a reference. From readme-mt.txt: 4. The outputs The output of the mt19937ar.c is in the file mt19937ar.out. If you revise or translate the code, check the output by using this file. The usability of the mt port would be significantly improved if it included the functionalities for Saving/Restoring the internal state of the mt PRNG using something like the Save, Reset procedure and the Image and Value functions defined in AARM A.5.2 (Random Number Generation: http://ada-auth.org/~acats/arm-html/AA-A-5-2.html ) Regards Hugo Pfoertner