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-06 18:16:22 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: 6 Mar 2002 18:16:22 -0800 Organization: http://groups.google.com/ Message-ID: <9ff447f2.0203061816.38f26b20@posting.google.com> References: <3C5FB2C4.5F3B9E74@greenlime.com> <9ff447f2.0203011939.6ec9b7f5@posting.google.com> NNTP-Posting-Host: 210.186.172.122 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015467382 5785 127.0.0.1 (7 Mar 2002 02:16:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 7 Mar 2002 02:16:22 GMT Xref: archiver1.google.com comp.lang.ada:20885 Date: 2002-03-07T02:16:22+00:00 List-Id: byhoe@greenlime.com (Adrian Hoe) wrote in message news:<9ff447f2.0203011939.6ec9b7f5@posting.google.com>... > 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. > > Version 1.1 has included Matsumoto's original C source for comparison as requested by someone in cla. The C code had been overlook in the past. -- Adrian Hoe -- http://adrianhoe.com