Handbook
Glossary
uniform-noise-image ( seed dim -- image )
Vocabulary
noise
Inputs
seed
an
object
dim
an
object
Outputs
image
an
object
Definition
USING:
byte-arrays
kernel
random
sequences
;
IN:
noise
:
uniform-noise-image
( seed dim -- image )
[
[
product
random-bytes
>byte-array
]
curry
with-seed
]
[
byte-map>image
]
bi
;
inline