flipper
flipper copied to clipboard
Improve Randomness Uniformity
Over in rollout, they tweaked the percentage of actors feature from modulus to (source):
Doing a < or > vs an appropriate boundary in the 32 bit integer space
Might be nice to port this to flipper as well.