Scratch for Java

Random::noiseSeed()

Sets the seed for the noise method.

Syntax

Java

.noiseSeed(noiseSeed)

Parameters

Name Data Type Description
noiseSeed long the seed

Return

void

noiseSeed()