
The Hash Random Int node
When to use it
A deterministic random integer up to 16777215, hashed from position and seed.
Good for picking per-cell variants. Quantise the position first, or every voxel inside a cell gets a different answer and the variation turns into static.
Hashed values have no correlation between neighbours, so this is not a smooth signal and never will be.
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 |
Whole Number | A whole number up to about 16.7 million that never changes for a given spot and seed. |
Available in Mesh Morpher Graph and Mesh Morpher Studio.