Handbook
Glossary
seed>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
seed>>
( object -- value )
Methods
USING:
accessors
checksums.khash
slots.private
;
M:
khash64
seed>>
2
slot
;
inline
USING:
accessors
peg.private
slots.private
;
M:
left-recursion
seed>>
2
slot
;
inline
USING:
accessors
checksums.metrohash
slots.private
;
M:
metrohash-128
seed>>
2
slot
;
inline
USING:
accessors
checksums.metrohash
slots.private
;
M:
metrohash-64
seed>>
2
slot
;
inline
USING:
accessors
checksums.murmur
slots.private
;
M:
murmur3-32
seed>>
2
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
}
}
read-struct-slot
;
inline
USING:
accessors
checksums.superfast
slots.private
;
M:
superfast
seed>>
2
slot
;
inline
USING:
accessors
checksums.wyhash
slots.private
;
M:
wyhash
seed>>
2
slot
;
inline
USING:
accessors
random.xorshift
slots.private
;
M:
xorshift
seed>>
2
slot
;
inline
USING:
accessors
checksums.xxhash
slots.private
;
M:
xxhash
seed>>
2
slot
;
inline