If rand() is a function which produces a linearly distributed random number over a range not containing zero, then what type of distribution would rand() / rand() produce?
I know it would center at 1, and there would be a few extreme values very close to zero or very large.
Does this type of random distribution have a name?