3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Random

Returns a seeded random number between min and max. Deterministic — the same seed always produces the same sequence of values.

Block

Interactive preview is available in the interactive reader.

Parameters

min
Minimum value (inclusive).
max
Maximum value (inclusive).

How it works

Random generates a number between min and max using the Toolpath block's global seed. Because it is seeded, the same design always produces identical output — you get randomness without unpredictability.

Change the seed in the Toolpath block to get a different variation.