Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
random-ch ( -- ch )
Vocabulary
random.data
Definition
USING:
combinators.random
;
IN:
random.data
:
random-ch
( -- ch )
{
{
5/31
[
random-digit
]
}
[
random-Letter
]
}
casep
;