
The Random Float01 node
When to use it
A fresh random float between 0 and 1 on every single evaluation. Non-deterministic by design.
Keep it out of density. The same point evaluates differently every time it is sampled, so there is no stable surface: the mesh flickers, re-chunks, and never settles.
Random Float (Stable) is the one to reach for whenever the value has to come back the same, which for anything shaping geometry is always.
Pins
| Pin | Type | Description |
|---|---|---|
Result |
Number | A number between 0 and 1, different every pass. Wire it into density and the surface will crawl. |
Available in Mesh Morpher Graph and Mesh Morpher Studio.