markov ~master (2022-03-27T03:48:23.8425553)
Dub
Repo
MarkovChain.random
markov
chain
MarkovChain
Returns a randomly selected token from a randomly selected state.
T
random
[@property getter]
struct
MarkovChain
(T)
@
property
T
random
()
(
)
if
(
isAssignable
!(
T
,
typeof
(null))
)
Nullable
!(
Unqual
!
T
)
random
[@property getter]
Meta
Source
See Implementation
markov
chain
MarkovChain
constructors
this
functions
feed
generate
push
seed
select
train
properties
empty
length
lengths
random
rehash
reset
sizes
states
Returns a randomly selected token from a randomly selected state.