Handbook
Glossary
rot-state ( obj x1 c -- struct' )
Vocabulary
random
.
pcg
.
private
Inputs
obj
an
object
x1
an
object
c
an
object
Outputs
struct'
an
object
Definition
USING:
accessors
;
IN:
random.pcg.private
::
rot-state
( obj x1 c -- struct' )
obj obj
x2>>
>>x3
obj
x1>>
>>x2
x1
>>x1
c
>>c
;
inline