Sort of, but it's not super profound. The normal distribution might be described as:
$$PDF = \frac{1}{\sqrt{2\pi\sigma^2}} e^{\frac{-(x-\mu)^2}{2\sigma^2}}$$
We usually consider $x$ to be the variable and $\mu$ and $\sigma$ to be the known parameters of the underlying random variable. However, it doesn't necessarily have to be that way. Think about the limit as $\sigma \rightarrow 0$. You end up with a variable whose value is almost always the mean, do you not? That would be what many might call a constant.
So if you consider, instead of "the" normal distribution, the family of distributions defined by the normal distributions, then you end up with something like what you are suggesting. Your task, then, would be to find some family of curves that, when suitably parameterized, give you other pdfs that have the properties you want.
TL;DR: I believe that a random variable becoming "less random" is akin to its parameters reaching some limiting values.