Handbook
Glossary
wyrand ( seed -- seed' rand )
Vocabulary
checksums
.
wyhash
.
private
Inputs
seed
an
object
Outputs
seed'
an
object
rand
an
object
Definition
USING:
kernel
math
math.bitwise
;
IN:
checksums.wyhash.private
:
wyrand
( seed -- seed' rand )
P0
W+
dup
dup
P1
bitxor
wymix
;