Handbook
Glossary
random-roll ( #dice #sides -- n )
Vocabulary
dice
Inputs
#dice
an
object
#sides
an
object
Outputs
n
an
object
Definition
USING:
namespaces
random
;
IN:
dice
:
random-roll
( #dice #sides -- n )
random-generator
get
(random-roll)
;