I would like to confirm it is posible that a probability density function can be created ranging from $a$ to $b$.
A PDF's area must be one within it's range so I just divide the function by it's area over that range:
$$\mathbb{h}(x)=\frac{f(x)}{\int\limits_{a}^{b}f(x)dx}$$
My question is simple, is $\mathbb{h}(x)$ a probability density function ranging from $a$ to $b$? If yes, how can I get a random variate?