Re: How to refresh cached image ONCE
On Jul 19, 6:07 pm, Dr J R Stockton <j...@merlyn.de mon.co.ukwrote:
Yes you're right. In fact Safari's PRNG always repeats at n=
2,147,483,645 (-2^31) (don't tell Thomas :-)
"Apparent resolution is at least 30 bits."
Thanks,
--Jorge.
On Jul 19, 6:07 pm, Dr J R Stockton <j...@merlyn.de mon.co.ukwrote:
>
No, for two reasons. The generator is not necessarily 64-bit or even
53-bit. In my js-randm.htm, "MSIE 6 and 7 show 53 bits; Firefox 2.0.0.3
shows 52 bits; Opera 9.21 shows 31 bits; Safari 3.1 shows 31 bits."
And, as the generator is only pseudo-random, it should not repeat until
after a full cycle.
>
No, for two reasons. The generator is not necessarily 64-bit or even
53-bit. In my js-randm.htm, "MSIE 6 and 7 show 53 bits; Firefox 2.0.0.3
shows 52 bits; Opera 9.21 shows 31 bits; Safari 3.1 shows 31 bits."
And, as the generator is only pseudo-random, it should not repeat until
after a full cycle.
>
2,147,483,645 (-2^31) (don't tell Thomas :-)
What does that page report (for various browsers?) on your Mac?
>
>
Thanks,
--Jorge.
Comment