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,ceeb88b2127ef295 X-Google-Attributes: gid103376,public From: "Robert I. Eachus" Subject: Re: Ada Versions of A.5 (Numerics Packages) Date: 1999/10/19 Message-ID: <380C9F78.91F1DB9C@mitre.org>#1/1 X-Deja-AN: 537985257 Content-Transfer-Encoding: 7bit References: <3801A242.AEC13B07@cs.york.ac.uk> <3802BB25.286D2E71@callnetuk.com> <7tvp2i$9aa1@news.cis.okstate.edu> <7uduft$n0u$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@news.mitre.org X-Trace: top.mitre.org 940351041 15007 129.83.41.77 (19 Oct 1999 16:37:21 GMT) Organization: The MITRE Corporation Mime-Version: 1.0 NNTP-Posting-Date: 19 Oct 1999 16:37:21 GMT Newsgroups: comp.lang.ada Date: 1999-10-19T16:37:21+00:00 List-Id: In article <7tvp2i$9aa1@news.cis.okstate.edu>, dvdeug@x8b4e53cd. (David Starner) wrote: > You might want to check out Mats Weber's Component package - > lglwww.epfl.ch/Team/MW/mw_components.html. It has a nice random package > in there in pure Ada, and licensed under the GNAT-modified > GPL. I checked this out, and it is a "standard" LCG that is about what I (and the original authors) consider a minimally acceptable generator. There are better generators available in Ada, including the one in GNAT. ;-) -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...