Handbook
Glossary
random-unit ( -- n )
Vocabulary
random
Inputs
None
Outputs
n
a
float
Word description
Outputs a random uniform float from [0,1].
Definition
USING:
namespaces
;
IN:
random
:
random-unit
( -- n )
random-generator
get
random-unit*
;
inline