Skip to content

Instantly share code, notes, and snippets.

@vikrum
Created November 3, 2012 00:36
Show Gist options
  • Select an option

  • Save vikrum/4005258 to your computer and use it in GitHub Desktop.

Select an option

Save vikrum/4005258 to your computer and use it in GitHub Desktop.
Various distributions of the alphabet
var naturalDist = "abcdefghiklmnopqrstuvwxyz";
var scrabbleDist = "aaaaaaaaabbccddddeeeeeeeeeeeeffggghhiiiiiiiiijkllllmmnnnnnnooooooooppqrrrrrrssssttttttuuuuvvwwxyyz";
var englishDist = "aaaaaaaabbcccddddeeeeeeeeeeeefffgghhhhhhiiiiiiijkllllmmnnnnnnnooooooooppqrrrrrrssssssstttttttttuuuvwwwxyyz";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment