Random Nodon
Woo-hoo! I bet you can't get enough of my zany random numbers!
You know there's actually a method to the madness!
Haven't a clue what it is though!
Port
Input
Port name | Port function | Input operation |
---|---|---|
? | If this port receives any value other than 0.00, it will generate a new random number. Technically, it isn't a true random number but a pseudorandom number! | Determines whether a signal is or is not equal to 0.00 |
Reset | If this port receives any value other than 0.00, it will reset the generated random number to 0.00. | Determines whether a signal is or is not equal to 0.00 |
Output
Port name | Port function | Output value |
---|---|---|
Random number | Outputs the generated random number. | Between 0.00 and 1,000.00 |
Connection
None
Settings
Update Timing
Sets when new random numbers should be generated.
Setting value | Description |
---|---|
On change from 0 | Generate one new number when a value other than 0.00 is received at the ? port. |
While not 0 | Whenever a number other than 0.00 is received at the ? port, the Nodon will continue to generate random numbers. |
Output Range
Sets the range of possible random numbers. The maximum is 1,000. The minimum is one.
← Previous
Counter Nodon
Go back home
Next up →
Timer Nodon