Skip to content

missing-letter, choose random occurrence of letter instead of first

Karl Ove Hufthammer requested to merge work/choose-random-letter-occurrence into master

Previously, when a word contained multiple occurrences of a letter, the first one was always used. So, for example, when the letter ‘a’ was picked from ‘banana’, the result would always be ‘b_nana’. Now it can also be ‘ban_na’ or ‘banan_’.

Merge request reports