Hi
Is there a built-in way of getting a random number with a lower limit above 0? I use a workaround at the moment, eg. if I want 10 as the lower limit then I ask for a random number, check it and if it is less than 10, ask for another random number. Is that the only way, or am I overlooking something obvious?