will depue
banner
wmd.bsky.social
will depue
@wmd.bsky.social
designer, builder, human.
-------------------------
currently exploring, let me know where i should look https://depue.design
character limit is hard:

the problem overview is "turn an unknown biased RNG into a unbiased, uniformly distributed RNG"
April 25, 2023 at 5:16 AM
clarifying rules:

you can't use external sources of randomness
every time you run your algorithm it should run RNG some number of times and output a single value
you're given a size N at the start, every value outputted should have a 1 / N chance of occuring
April 25, 2023 at 5:15 AM