Skip to content

Simple ruby script to generate English-like words based on Markov chains

Notifications You must be signed in to change notification settings

davidminor/markov-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Generates English-like words using Markov chains based on the dictionary
supplied. Edit the script to define the dictionary, and optionally a file
to store probabilities for better repeat performance.

generate_password_2.rb has better word generation performance and smaller
storage for probabilities, but takes longer to generate the probabilities 
initially.

Usage:
	ruby generate_password_2.rb WORD_LENGTH [NUM_TO_GENERATE]

Tested with ruby 1.8.6.

About

Simple ruby script to generate English-like words based on Markov chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages