Scratch for Java

Random::noiseSeed()

Sets the seed for the noise method.

Syntax

Java

.noiseSeed(seed)

Scratch

noise seed ()

Parameters

Name Data Type Description
seed long A seed

Return

double

noiseSeed()