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,d15bdd9107cc441d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-01 19:39:58 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: byhoe@greenlime.com (Adrian Hoe) Newsgroups: comp.lang.ada Subject: Re: Improved version (2002/1/26) of MT19937 PRNG Date: 1 Mar 2002 19:39:57 -0800 Organization: http://groups.google.com/ Message-ID: <9ff447f2.0203011939.6ec9b7f5@posting.google.com> References: <3C5FB2C4.5F3B9E74@greenlime.com> NNTP-Posting-Host: 210.186.172.126 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015040398 32553 127.0.0.1 (2 Mar 2002 03:39:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Mar 2002 03:39:58 GMT Xref: archiver1.google.com comp.lang.ada:20685 Date: 2002-03-02T03:39:58+00:00 List-Id: Adrian Hoe wrote in message news:<3C5FB2C4.5F3B9E74@greenlime.com>... > I have implemented the latest revised (2002/1/26 by Makoto and Takuji) > version of MT19937 PRNG with improved initialization by array. > > This is a simple and straight-forward implementation. I am currently > working on a version which allows multiple streams of generator. A > comparison output can be downloaded from Makoto's website. > > It can be downloaded from my website below. Hi, There is a nice package of AdaMT19937 available for download at my website. AdaMT19937-1.0-2002-1-26.tar.gz is the Ada implementation of Matsumoto and Nishimura's improved revision of MT19937 (revision 2002-1-26). AdaMT19937 follows closely Ada.Numerics.Random_Float package and is released under GMGPL. Bobby Bryant has contributed to this latest revision of AdaMT19937. -- Adrian Hoe -- http://adrianhoe.com