00586f3354
FossilOrigin-Name: 95a4793e965f0787a8664e4dc3a4f49f66098c30c2a209b6a6d7c2c5fb79193a
16 lines
299 B
Text
16 lines
299 B
Text
## Random Number Generator
|
|
|
|
~~~
|
|
{{
|
|
'io var
|
|
:identify
|
|
@io n:zero? [
|
|
#10 io:scan-for dup n:negative?
|
|
[ drop 'IO_DEVICE_TYPE_0010_NOT_FOUND s:put nl ]
|
|
[ !io ] choose ] if ;
|
|
---reveal---
|
|
:io:rng-operation identify @io io:invoke ;
|
|
}}
|
|
|
|
:n:random (-n) io:rng-operation ;
|
|
~~~
|