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-30 05:01:01 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: 30 Jan 2002 05:00:59 -0800 Organization: http://groups.google.com/ Message-ID: <89c716bb.0201300500.5091f5af@posting.google.com> References: NNTP-Posting-Host: 53.122.73.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1012395661 23029 127.0.0.1 (30 Jan 2002 13:01:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 Jan 2002 13:01:01 GMT Xref: archiver1.google.com comp.lang.ada:19383 Date: 2002-01-30T13:01:01+00:00 List-Id: Christoph Grein wrote in message news:... > > From: Preben Randhol > > > > 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 ;-) > > I see your smiley on this, but seriously, you can get unpredictable > random > numbers only from physical devices like radioactive decay etc. Did anyone try to access something like the INTEL Random Number Generator http://www.cryptography.com/intelRNG.pdf or the ComScire PCQNG true RNG http://comscire.com/ from an Ada Program? Hugo Pfoertner