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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-05 01:38:07 PST Message-ID: <3C5FB2C4.5F3B9E74@greenlime.com> Date: Tue, 05 Feb 2002 18:24:05 +0800 From: Adrian Hoe Organization: Lexical Integration (M) Sdn Bhd X-Mailer: Mozilla 4.7C-CCK-MCD Caldera Systems OpenLinux [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada CC: "Bobby D . Bryant" , Makoto Matsumoto Subject: Improved version (2002/1/26) of MT19937 PRNG Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: mlk-172-93.tm.net.my X-Original-NNTP-Posting-Host: mlk-172-93.tm.net.my X-Trace: news.tm.net.my 1012901717 mlk-172-93.tm.net.my (5 Feb 2002 17:35:17 +0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news1.tm.net.my Xref: archiver1.google.com comp.lang.ada:19629 Date: 2002-02-05T18:24:05+08:00 List-Id: 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. -- -- Adrian Hoe -- http://greenlime.com/users/adrian.hoe