|
|
|
|
|
by klyrs
1760 days ago
|
|
> In practice the low-order bits of transcendental functions are pretty much indistinguishable from random for _most_ inputs. In my experience, low order bits of transcendental functions make terrible rng sources (even discounting their runtime). Your example of the logarithm is great -- for large inputs, you need large changes to flip even low order bits. |
|