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,e0fe0ae503ea3eb6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-09-12 10:07:50 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!freenix!wanadoo.fr!not-for-mail From: Mathias Dolidon Newsgroups: comp.lang.ada Subject: Random number generators Date: Tue, 12 Sep 2000 19:08:52 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <39BE6324.4EB69692@netcourrier.com> NNTP-Posting-Host: mix-lyon-203-1-54.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 968778470 16313 193.250.91.54 (12 Sep 2000 17:07:50 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 12 Sep 2000 17:07:50 GMT X-Mailer: Mozilla 4.7 [fr] (X11; I; Linux 2.2.14-15mdk i686) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:607 Date: 2000-09-12T17:07:50+00:00 List-Id: I know that if I initialize a given generator with a given value, that my program is compiled by a given compiler and runs on a given machine, the output values of the genertor will always be the sames.Let's suppose I get 1 2 3 4 (let's don't make it complicated ;). If now I compile the same program with another compiler or I make it run on another computer (or both), will I still get 1 2 3 4 ? Or is this unspecified by the language ? Thank you, Mathias