Choose randomly between on and off (1 and 0)
| Name | Type | Opt | Description |
|---|---|---|---|
| seed | int | opt | Sets a "seed" value to cause a specific (reproducible) sequence of pseudo-random and outputs to occur. If there is no argument, the time elapsed since system startup (an unpredictable value) is used as the seed, ensuring an unpredictable sequence of and outputs. |
| bang | In left inlet: Causes a randomly chosen output of or . | |
| int | start [int] |
In left inlet: Same as . |
| (inlet1) | seed [int] |
In right inlet: A given "seed" number causes a specific (reproducible) sequence of pseudo-random and outputs to occur. The number uses the time elapsed since system startup (an unpredictable value) as the seed, ensuring an unpredictable sequence of and outputs. |

| Name | Description |
|---|---|
| drunk | Output random numbers in a moving range |
| random | Generate a random number |
| toggle | Switch between off and on (0 and 1) |
| urn | Generate random numbers without duplicates |
| Max Interface Tutorial 2: Picture UI Elements | Max Interface Tutorial 2: Picture UI Elements |