| Class | Description |
|---|---|
| Add |
Adds a value to the input.
|
| AddCycleRange |
Adds a cycle range to the input, producing an increasing sawtooth-like output.
|
| AddHashRange |
Adds a pseudo-random value within the specified range to the input.
|
| CycleRange |
Yields a value within a specified range, which rolls over continuously.
|
| Div | |
| Expr | |
| Hash |
This uses the Murmur3F (64-bit optimized) version of Murmur3,
not as a checksum, but as a simple hash.
|
| HashRange | |
| HashRangeScaled |
Uses the input value as well to establish the upper bound of the
value produced from the hash.
|
| Load | |
| Max | |
| Min | |
| Mod | |
| Mul | |
| Save | |
| Scale |
Scale the input to the
|
| SignedHash |
This uses the Murmur3F (64-bit optimized) version of Murmur3,
not as a checksum, but as a simple hash.
|
| ToInt |
Copyright © 2018. All rights reserved.