Re: RNG Test: Code to generate Diehard file in Euphoria
- Posted by Joel Crook <joel at MAIL.K-A.COM> Feb 17, 2000
- 703 views
At 07:10 PM 02/17/2000 -0500, you wrote: >On Thu, 17 Feb 2000, you wrote: >> Irv Mullins wrote: >> >> printf(file_number, > >> "%04x%04x%04x%04x%04x%04x%04x%04x%04x%04x", > >> {final[ 1],final[ 2],final[ 3],final[ 4],final[ 5], > >> final[ 6],final[ 7],final[ 8],final[ 9],final[10]}) >True again, except that the de-referencing of members of a sequence >x[1], x[2],x[3].... etc, does affect performance: There's a 10 - 15% increase >in execution time when applied to this list of 20. > >Regards, >Irv Irv, WHOA! Are you saying that listing "{final[ 1],final[ 2],final[ 3],final[ 4],final[ 5], final[ 6],final[ 7],final[ 8],final[ 9],final[10]})" increases the execution speed by 10 to 15 %?