dcaptcha ~master (2021-12-23T10:29:12.0675896)
Dub
Repo
MarkovChain
dcaptcha
markov
Undocumented in source.
template
MarkovChain (
int
LENGTH
) {
immutable static
string
[][
string
[]]
dictionary
;
string
[]
query
();
}
Members
Functions
query
string
[]
query
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
dictionary
string
[][
string
[]]
dictionary
;
Undocumented in source.
Meta
Source
See Implementation
dcaptcha
markov
functions
main
templates
MarkovChain