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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 109d8a,232e89dd4cc3c154 X-Google-NewGroupId: yes X-Google-Thread: 1014db,232e89dd4cc3c154 X-Google-NewGroupId: yes X-Google-Thread: 1094ba,232e89dd4cc3c154 X-Google-NewGroupId: yes X-Google-Thread: 101deb,dea70f96af442ea2 X-Google-NewGroupId: yes X-Google-Thread: 103376,232e89dd4cc3c154 X-Google-NewGroupId: yes X-Google-Attributes: gid9ef9b79ae9,gid4516fb5702,gid8d3408f8c3,gidbda4de328f,gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: glen herrmannsfeldt Newsgroups: sci.math,comp.lang.c,comp.lang.fortran,comp.lang.pl1,comp.lang.ada Subject: Re: KISS4691, a potentially top-ranked RNG. Date: Fri, 29 Apr 2011 17:41:24 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4dae2a4b$0$55577$c30e37c6@exi-reader.telstra.net> <4db90113$0$77724$c30e37c6@exi-reader.telstra.net> Injection-Date: Fri, 29 Apr 2011 17:41:24 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="VhYZ3ZDVkI1WvjO/5Jzlvw"; logging-data="5595"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191vI6CqkywtDQ1Hw0elITG" User-Agent: tin/1.9.6-20100522 ("Lochruan") (UNIX) (Linux/2.6.32-5-amd64 (x86_64)) Cancel-Lock: sha1:zSow4K4R5hze5m4WYciCR/edbWg= Xref: g2news1.google.com sci.math:217143 comp.lang.c:115372 comp.lang.fortran:39019 comp.lang.pl1:2313 comp.lang.ada:19090 Date: 2011-04-29T17:41:24+00:00 List-Id: In comp.lang.fortran Keith Thompson wrote: (snip, I wrote) >> No. You need CHAR_BIT to tell how many bits are in a char. >> It has been known to get to 64 on word addressed 64 bit machines. >> It must be at least 8, but can be more. > Certainly CHAR_BIT *could* be 64 (or even more), but I've never heard > of a 64-bit system with CHAR_BIT==64. Such an implementation would > have trouble dealing with octet-oriented data from other systems. > Some DSPs (digital signal processors) do have CHAR_BIT > 8. > There have been systems with, for example, 9-bit bytes, but they > had pretty much become obsolete by the time C was standardized. The story I remember was for a Cray machine, but I never used one to check on it. I do know that there are some 64 bit word addressed machines, especially some from Cray. -- glen