5 ms·
... with a bias if X is not a power of 2.
by fyi1183 8y ago
... with a bias if X is not a power of 2.
- deleted 8y ago[deleted]
- Retric 8y agoDepends on the maximum range provided. If both part's pick a X bit number then you need a power of 2. If they pick a number 1 to X then can use X.
- fyi1183 8y agoYou're right of course. Just remember to use addition mod X instead of xor in that case to combine the choices.