|
|
|
|
|
by kbsletten
2687 days ago
|
|
So, am I correct that this would give you effectively 52 random bits instead of the maximum 53? Is the problem that the 53rd bit would mean there are possibly invalid values you'd have to throw out, or that the distribution wouldn't be uniform? |
|
If you really want you could tack on:
right before the return to pack in some extra bits.