Handbook
Glossary
next-256 ( xoshiro-256-star-star -- r64 )
Vocabulary
random
.
xoshiro
Inputs
xoshiro-256-star-star
an
object
Outputs
r64
an
object
Definition
USING:
accessors
combinators
kernel
;
IN:
random.xoshiro
:
next-256
( xoshiro-256-star-star -- r64 )
dup
{
[
s0>>
]
[
s1>>
]
[
s2>>
]
[
s3>>
]
}
cleave
(next-256)
[
{
[
>>s0
]
[
>>s1
]
[
>>s2
]
[
>>s3
]
}
spread
drop
]
dip
;