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,bd40601768eaf8fd X-Google-Attributes: gid103376,public From: "Robert I. Eachus" Subject: Re: Array of Variant Records Question... Date: 1999/09/23 Message-ID: <37EA902D.FB0215D8@mitre.org>#1/1 X-Deja-AN: 528782791 Content-Transfer-Encoding: 7bit References: <7r5vh3$imu1@svlss.lmms.lmco.com> <37d6a45c@news1.prserv.net> <7rrmqd$l89@drn.newsguy.com> <37E922DE.9007776F@mitre.org> <7sdcih$6s9$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 938118929 29966 129.83.41.77 (23 Sep 1999 20:35:29 GMT) Organization: The MITRE Corporation Mime-Version: 1.0 NNTP-Posting-Date: 23 Sep 1999 20:35:29 GMT Newsgroups: comp.lang.ada Date: 1999-09-23T20:35:29+00:00 List-Id: Robert Dewar wrote: > You mean "real" instead of "floating-point", please do not use > floating-point to mean the real numbers of mathematics, they > are quite different. The term floating-point should be reserved > to computer number systems, which are not in any sense > non-ideal. They have well defined semantics which just happen > to be different from those of real arithmetic. > Since we never have real arithmetic on computers, talking about > this case is a red herring that has nothing to do with anything > we are interested in here. Hmmm. This is only about terminology, and I'll have to stick with mine in this case. There are "real" random generators, but that term is usually reserved for analog devices which output a voltage signal. Quite popular in white noise generators. As for the number model you are quite correct that there is a major difference between real numbers and floating-point numbers. It is just that I was talking about RNGs not numbers. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...