Handbook
Glossary
update-state-32 ( obj low high -- )
Vocabulary
random
.
pcg
.
private
Inputs
obj
an
object
low
an
object
high
an
object
Outputs
None
Definition
USING:
accessors
kernel
math
math.bitwise
;
IN:
random.pcg.private
:
update-state-32
( obj low high -- )
[
over
c>>
+
d>w/w
]
dip
w+
rot-state
drop
;
inline