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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,324af8958438f8c9 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Random Number Generator Date: 2000/02/26 Message-ID: #1/1 X-Deja-AN: 590192298 Content-Transfer-Encoding: 7bit References: <8981l1$1dfqk$1@homer.cfw.com> X-Priority: 3 Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 951553323 158.252.123.30 (Sat, 26 Feb 2000 00:22:03 PST) Organization: Ada95 Press, Inc. X-MSMail-Priority: Normal MIME-Version: 1.0 NNTP-Posting-Date: Sat, 26 Feb 2000 00:22:03 PST Newsgroups: comp.lang.ada Date: 2000-02-26T00:00:00+00:00 List-Id: Hustler wrote in message news:8981l1$1dfqk$1@homer.cfw.com... > Does anyone know where the number generator is located, ie the package? Is > it in ada.elementary_functions packages or do I need to find a package that > contains a random number generator? For pseudo-random floating-point random numbers, it's in the package Ada.Numerics.Float_Random. For pseudo-random integers and enumeration type it's in the package Ada.Numerics.Discrete_Random.