Handbook Glossary
factorcode.org
random-Letter ( -- ch )


Vocabulary
random.data

Inputs
None

Outputs
chan object


Definition
USING: combinators.random ;

IN: random.data

: random-Letter ( -- ch )
{ random-LETTER random-letter } execute-random ;