Handbook
Glossary
update-state ( 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
( obj low high -- )
[
over
c>>
+
big>d/d
]
dip
W+
rot-state
drop
;
inline