Scratch for Java

Random::randomSeed()

Sets the seed for the random method.

Syntax

Java

.randomSeed(seed)

Parameters

Name Data Type Description
seed long the seed

Return

void

randomSeed()