[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [FUN] CodeGolf: solve equation x^x=C
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 27 Jun 2019 12:54:43 -0300
> - random() will not explore all the possible bits, as random() does not
> return all the possible values for the 52 bits of numbers in (0,1).
Not true if you are using 5.4 :-)
-- Roberto