Let $\alpha$ and $\beta$ be independent random variables uniformly distributed from $0$ to $1$.
Let $\lambda= k_1\alpha -c_1\alpha + k_2\beta -c_2\beta$.
Let $x$ be the random variable that is uniformly between distributed from $-\lambda$ to $\lambda$.
How do I split $x$ into two random variable ($y$ and $z$), one with the $k_i$ constants and one with the $c_i$ constants such that $x=y+z$?
In essence $x$ is a random variable over a random interval. Is there a simply way to split the random variables?
If not, is there a way of splitting $x$ such that $E[x]=E[y]+E[z]$ with y with the $k_i$ constants and x with the $c_i$ constants.