Y
Hacker News
new
|
ask
|
show
|
jobs
by
Retric
2926 days ago
Depends 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.
1 comments
fyi1183
2926 days ago
You're right of course. Just remember to use addition mod X instead of xor in that case to combine the choices.
link