I already know how to generate a random number within a range; but my question is about possibility of generating a number from a set of 2 or more specified numbers. for example: the output must be randomly chosen between exactly "1" or "3" or "100"
Another way to put it is: The value obtained will be any of the three numbers: 1, 3 or 100 (without any of the numbers in between).