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,5891e7e61ca0dcd6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-28 15:35:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news-fra1.dfn.de!fu-berlin.de!newsfeed.tli.de!news.tli.de!not-for-mail Message-ID: <3C55E01F.CAF1A960@talknet.de> From: Hugo Pfoertner X-Mailer: Mozilla 4.73 [de]C-CCK-MCD QXW0324e (Win95; U) X-Accept-Language: en,de MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada implementation of Mersenne Twister (MT19937) References: <200201281013.LAA04729@bulgaria.otn.eurocopter.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 29 Jan 2002 00:34:55 +0100 NNTP-Posting-Host: 195.252.170.94 X-Complaints-To: abuse@tli.de X-Trace: news.tli.de 1012260875 195.252.170.94 (Tue, 29 Jan 2002 00:34:35 CET) NNTP-Posting-Date: Tue, 29 Jan 2002 00:34:35 CET Organization: Talkline Internet Division http://www.tli.de Xref: archiver1.google.com comp.lang.ada:19341 Date: 2002-01-29T00:34:55+01:00 List-Id: There was a discussion in the sci.math NG on pseudo random numbers in Ada in September 2001, which might be of some interest in this context: Search on Google Groups: http://groups.google.com/groups?q=%2Brandom+%2Bgeneration+%2Bsachi&hl=en and select the thread Re: basic random number generating methods Adrian: Is the recent update (mt19937ar.c) dated 2002/01/26 already considered in your port? If not, are you planning to include it? Hugo Pfoertner Christoph & Ursula Grein wrote: > > > From: byhoe@greenlime.com > > To: comp.lang.ada@ada.eu.org > > Subject: Ada implementation of Mersenne Twister (MT19937) > > Date: 28 Jan 2002 00:43:35 -0800 > > > > Hello, > > > > I could not find an Ada implementation of MT19937 pseudo random number > > generator by searching CLA. > > Is this what you are looking for? > > -- Random Number Generator > -- > -- The algorithm was developed by George Marsaglia, > -- Supercomputer Computations Research Institute, > -- Florida State University > -- (ref. to Ada LETTERS, Volume VIII, Number2, March/April 1988). > > I've an implementation together with a test driver. It produces the prescribed > result. > Whoever is interested I will send. > > > So, I decided to port Makoto Matsumoto and > > Takuji Nishimura's work to Ada. > > > > Thought someone might be interested to use MT19937. You can download > > the source from my web site at http://greenlime.com/users/adrian.hoe > > Didn't have yet a look at the above... > > > > > -- Adrian Hoe > > -- http://greenlime.com/users/adrian.hoe