Random Component ![code/modules/wiremod/components/math/random.dm 6](git.png)
Generates a random number between specific values
Vars | |
maximum | The maximum value that the random number can be |
---|---|
minimum | The minimum value that the random number can be |
output | The result from the output |
Var Details
maximum ![code/modules/wiremod/components/math/random.dm 14](git.png)
The maximum value that the random number can be
minimum ![code/modules/wiremod/components/math/random.dm 12](git.png)
The minimum value that the random number can be
output ![code/modules/wiremod/components/math/random.dm 21](git.png)
The result from the output