My question is simple, I think.
If we took two random natural numbers $a$ and $b$ uniformly distributed in a specific range $[c,d]$, is $ab$ a uniformly distributed too?
What if $a$ and $b$ are not natural numbers, but real numbers?
What if $a$ is a natural number and $b$ a real number?
NOTE: This analysis only considers positive real numbers $c,d$ and independent random variables $a,b$ both uniformly distributed in $[c,d]$.
In this case $ab$ is NOT uniformly distributed in $[c^2,d^2]$. Note that $(a,b)$ will be uniformly distributed in $S=[c,d]\times[c,d]$ whereas $ab=k\in[c^2,d^2]$ is a hyperbola that passes through the point $(\sqrt k,\sqrt k)$ in $S$.
Analysis: The probability of $ab<k$ for $k<cd$ will be defined by the equation $$ \begin{align} A\cdot P(ab<k)&=\int_c^{k/c}\left(\frac{k}{x}-c\right)\ dx\\ &=k\ln(k/c^2)-c(k/c-c)\\ &=k\ln(k/c^2)-k+c^2 \end{align} $$ where $A=(d-c)^2$ is the area of the region $S$ and the integral above calculates the area that lies beneath the hyperbola $yx=k\implies y=\dfrac{k}{x}$ yet in the region $S$. So the probabilty does not depend linearly on $k$ which means that the distribution cannot be uniform on $[c^2,d^2]$.
Note that for $k=cd$ the hyperbola passes through the cornes $(c,d)$ and $(d,c)$ of the region. So for $k>cd$ more is cut off due to the boundaries of the region and thus $P(ab<k)$ starts growing slower.
Analysing the case $[c,d]=[1,2]$ entirely leads to the distribution function $$ P(ab<k)= \begin{cases} k\ln(k)-k+1&k\in[1,2]\\ k-k\ln(k/4)-3&k\in[2,4] \end{cases} $$ which is illustrated here
where the cases where $k>cd=2$ are covered by calculating the purple area as $$ P(ab>k)=\int_{k/2}^2\left(2-\frac{k}{x}\right)\ dx=k\ln(k/4)-k+4 $$ and therefore $P(ab<k)=1-P(ab>k)=k-k\ln(k/4)-3$.