package
0.0.0-20210610080759-93fb3a700c93
Repository: https://github.com/bujimuji/markov-passwords.git
Documentation: pkg.go.dev

# Functions

NewChain returns a new Markov Chain model with number of given ngram.
NewGenerator returns a Markov password generator from the given chain.
Sum returns the sum of frequencies inside a transition array.

# Structs

Chain represents a Markov chain containing the ngram number and frequency map.
Generator is another representation of Markov chain to generate markov passwords.
Pair represents a state transition between a set of one or more bytes and the next byte in the string.