You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test for any biases the string generator might have; sadly, it looks like the generator is strongly biased against the last character in a set - it never gets picked.
I wanted to test for any biases the string generator might have; sadly, it looks like the generator is strongly biased against the last character in a set - it never gets picked.
I wrote this test program:
Then I ran this:
and get this result:
-- Expanding the character set, it looks like it's selecting every character but the last one.
The text was updated successfully, but these errors were encountered: