Handbook
Glossary
seed<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
seed<<
( value object -- )
Methods
USING:
accessors
checksums.khash
slots.private
;
M:
khash64
seed<<
2
set-slot
;
inline
USING:
accessors
peg.private
slots.private
;
M:
left-recursion
seed<<
2
set-slot
;
inline
USING:
accessors
checksums.metrohash
slots.private
;
M:
metrohash-128
seed<<
2
set-slot
;
inline
USING:
accessors
checksums.metrohash
slots.private
;
M:
metrohash-64
seed<<
2
set-slot
;
inline
USING:
accessors
checksums.murmur
slots.private
;
M:
murmur3-32
seed<<
2
set-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
random.sfmt.private
;
M:
sfmt-state
seed<<
T{
struct-slot-spec
{
name
"seed"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
write-struct-slot
;
inline
USING:
accessors
checksums.superfast
slots.private
;
M:
superfast
seed<<
2
set-slot
;
inline
USING:
accessors
checksums.wyhash
slots.private
;
M:
wyhash
seed<<
2
set-slot
;
inline
USING:
accessors
random.xorshift
slots.private
;
M:
xorshift
seed<<
2
set-slot
;
inline
USING:
accessors
checksums.xxhash
slots.private
;
M:
xxhash
seed<<
2
set-slot
;
inline