- 7,828
- 13,156
Why not just use a RNG on the interval?
A RNG can't generate a random number out of an infinite set. Nor, if you are talking about the uncountable interval (0, 1), can it generate infinite decimals. A RNG can only randomly choose an element from a finite set.WWGD said:Why not just use a RNG on the interval?