..Help
.Objects
|
Random
 |
A random number generator that can be used for white noise or random sequences.
|
Pins
| io |
letter |
name |
unit |
description |
| in |
A |
attenuation |
auto |
sets the range of the numbers |
| n |
next value |
logic |
get the next random value |
| s |
reseed |
restart the sequence |
| S |
seed |
value |
value to start at |
| out |
= |
auto |
random sequence |
Parameters
| name |
option |
key |
description |
| next |
 |
When to produce the next number.
|
| restart |
 |
When to restart the random sequence. |
Notes
|
The random sequence always starts at the seed (S) value.
If s and n trigger at the same time, the second value in the sequence will be returned.
To create white noise, set to n positive gate and leave it unconnected.
|
|