
The Hash Random Int In Range node
When to use it
A deterministic random integer between Min and Max, both inclusive, hashed from position and seed. The stable way to choose one of several variants per cell.
Quantise the position before hashing. Feed it raw and the choice changes within a single cell, which is not a choice at all.
Pins
| Pin | Type | Description |
|---|---|---|
Seed |
Whole Number | Changes the pattern. The same seed at the same spot always gives the same answer. |
Min |
Whole Number | The smallest number you might get. |
Max |
Whole Number | The largest number you might get. |
| Pin | Type | Description |
|---|---|---|
Result |
Whole Number | A whole number between Min and Max that never changes for a given spot and seed. |
Available in Mesh Morpher Graph and Mesh Morpher Studio.