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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!newsfeed.xs3.de!io.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Is the Documentation In a spec File Usually Enough For You ? Date: Fri, 19 Oct 2018 20:27:14 -0500 Organization: JSA Research & Innovation Message-ID: References: <7fcdcc97-67e4-473b-abc4-cd0ecd4501ad@googlegroups.com> <8f6c0bfa-f7ed-4bee-a766-c786269f13a1@googlegroups.com> <80e23f09-06ac-4112-9b7f-e765266a952d@googlegroups.com> Injection-Date: Sat, 20 Oct 2018 01:27:15 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="1762"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader02.eternal-september.org comp.lang.ada:54666 Date: 2018-10-19T20:27:14-05:00 List-Id: "J-P. Rosen" wrote in message news:pqc1nf$5tb$1@gioia.aioe.org... > Le 18/10/2018 à 23:24, Randy Brukardt a écrit : >> After all, "good" is not a technical term, in any field that I'm aware >> of. > However, quoting A.4.9(12/2): > "The Hash functions should be good hash functions..." > > Admitedly, it's only implementation advice ;-) Exactly. One of the most meaningless statements in the RM. Note that this statement goes on to give a description of what it means: "...returning a wide spread of values for different string values. It should be unlikely for similar strings to return the same value." That's the important part; "good" really doesn't add anything here. Randy.