Some bugs can cause generated passwords to have too many repeated
characters. For instance, mutation testing with go-mutesting revealed
that if addRuneAtRandomLoc
skipped inserting a new rune and just
expanded the password, the password would have duplicate runes and would
still pass all tests.
-- /Seirdy