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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de4046858a88bacb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!out01b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed01.chello.at!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Ada OS Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1198709292.7457.10.camel@K72> Date: Thu, 27 Dec 2007 10:26:38 +0100 Message-ID: NNTP-Posting-Date: 27 Dec 2007 10:26:42 CET NNTP-Posting-Host: 5fa53d08.newsspool1.arcor-online.net X-Trace: DXC=H On Wed, 26 Dec 2007 23:48:12 +0100, Georg Bauhaus wrote: > How would a function like that implement the random numbers device? (:-)) As it does in mathematics, by returning the random variable (whole distribution) instead of its individual values (realizations). BTW, in earlier days one indeed used this way. Remember printed tables of random numbers? http://en.wikipedia.org/wiki/Random_number_table Theoretically you can always get rid of identity and so mutability, by turning to greater cardinalities. This applies even to the real-time clock. Just create a universe each 1�s and here you are... (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de