Hi,
if I set Random to "number" from 0 to 1 it gives me 20 times in a row o as "random" output! Also if I set the range from 2 to3 (it gives me only 2 as random number)!
If I set the range from 2 to 4 it randomize only the range from 2-3, so output is e.g. 2,3,3,2,3,2,2,2,3...
Seems to be a...