Handbook
Glossary
tiny-noise-seed<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
tiny-noise-seed<<
( value object -- )
Methods
USING:
accessors
kernel
math
slots
slots.private
terrain.generation
;
M:
terrain
tiny-noise-seed<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline