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,FREEMAIL_FROM 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: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!feeder.news-service.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ian Collins 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 15:09:16 +1200 Message-ID: <91uoesFq9cU3@mid.individual.net> References: <4dae2a4b$0$55577$c30e37c6@exi-reader.telstra.net> <4db90113$0$77724$c30e37c6@exi-reader.telstra.net> <91ukucFq9cU2@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net Qam3rGe7TjcY7XzA89N66wAOG6RAPeB0vcK+ZwaUzzlaEKhku7 Cancel-Lock: sha1:LOKlSb2XSKKm9+gtQnUR6DCsETI= User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.9) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.4 In-Reply-To: Xref: g2news2.google.com sci.math:234216 comp.lang.c:126618 comp.lang.fortran:41259 comp.lang.pl1:2420 comp.lang.ada:20053 Date: 2011-04-29T15:09:16+12:00 List-Id: On 04/29/11 03:01 PM, Eric Sosman wrote: > On 4/28/2011 10:09 PM, Ian Collins wrote: >> On 04/29/11 01:50 PM, David Bernier wrote: > >>> In any case, with an executable compiled with a C compiler, >>> there's the function sizeof, which might be useful >>> in some cases at run time. >> >> Being pedantic, sizeof is a compile time operator when used with >> integral types. > > It's an operator, always. It's evaluable at compile time for > any operand, integral or not, except a variable-length array (whose > element count is not determined until run time). The context was integral types, I didn't want to venture anywhere near VLAs on a cross-post! -- Ian Collins