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,a1dc3494658b6e5c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-09-10 11:33:52 PST Path: supernews.google.com!sn-xit-02!sn-east!supernews.com!news-feed.riddles.org.uk!arclight.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!proxad.net!wanadoo.fr!not-for-mail From: Mathias Dolidon Newsgroups: comp.lang.ada Subject: Discrete random Date: Sun, 10 Sep 2000 20:34:40 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <39BBD440.6E19616@netcourrier.com> NNTP-Posting-Host: mix-lyon-203-2-65.abo.wanadoo.fr MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 968610831 3855 193.250.124.65 (10 Sep 2000 18:33:51 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 10 Sep 2000 18:33:51 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:573 Date: 2000-09-10T18:33:51+00:00 List-Id: Look at this code : with ada.numerics; procedure ess is package pnh is new ada.numerics.discrete_random(positive); ... At compile time, GNAT answers there's no 'discrete_random' package in 'ada.numerics', but the reference manual specifies it. Where is the matter ? Thank you, Mathias