I am trying to figure out how to pick a random letter from the alphabet. But I don't want to pick random letters, I want to pick them according to their frequency in the the english language.
Does anyone have a lead on this? I have the values for each letter that I have to play with to remove the statistics from a "space".
http://www.data-compression.com/english.html
How can you implement this?
I already can switch between a number to a letter (0=a,1=b...) so that might make it easier.
Does anyone have a lead on this? I have the values for each letter that I have to play with to remove the statistics from a "space".
http://www.data-compression.com/english.html
How can you implement this?
I already can switch between a number to a letter (0=a,1=b...) so that might make it easier.