Validate Outcome
Maps an already-computed fair hash into a numeric range.
The range-mapping half of Calculate Roll, for when you already hold the hash — verifying somebody else's round, or deriving several outcomes from one hash.
The first 8 hex digits of the hash are read as an integer and reduced into the range, both ends inclusive. Range defaults to 0–100.
Actions
| Signal | Description |
|---|
| Do | Computes the outcome. |
General
| Data | Description |
|---|
| Fair Hash (string) | The outcome hash to map. |
| Max Range (number) | Highest value, inclusive. Defaults to 100. |
| Min Range (number) | Lowest value, inclusive. Defaults to 0. |
Outputs
| Data | Description |
|---|
| Roll Result (number) | The mapped outcome. |
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |