Docs

Hash Random Float01

A deterministic random float between 0 and 1, hashed from the sample position and a seed. Same position and seed, same value, every run and every machine.

Hash Random Float01 node

The Hash Random Float01 node

When to use it

A deterministic random float between 0 and 1, hashed from the sample position and a seed. Same position and seed, same value, every run and every machine.

This is the randomness that is safe to drive density, colour or anything else the mesher sees. The non-stable Random Float exists only for one-shot uses.

Change the seed to get a different pattern. Changing the position changes what you are asking about, not how random the answer is.

Pins

Pin Type Description
Seed Whole Number Changes the pattern. The same seed at the same spot always gives the same answer.
Pin Type Description
Result Number A number between 0 and 1 that never changes for a given spot and seed.