Scratch für Java

Random::randomSeed()

Sets the seed for the random method.

Syntax

Java

.randomSeed(seed)

Scratch

random seed ()

Parameter

Name Datentyp Beschreibung
seed long A seed

Rückgabe

double

randomSeed()