It is well known that for a jointly normally distributed random variables $(X_1,...,X_n)^T,$ they are uncorrelated if and only if independent.
It is also well-known that for any random variable, independent implies uncorrelated but not the converse.
Here comes my question:
Question: Besides jointly normal random variable, what other distribution satisfies uncorrelated if and only if independent?
As a trivial example:
Let $X,Y$ be two uncorrelated coin flips (i.e. each are $1$ with probability $1/2$ and $0$ with probability $1/2$ and $E(XY)=1/4$).
Then \begin{align*}\frac14 &=E(XY)\\&=1\cdot P(X=1,Y=1)+0\cdot P(X=1,Y=0)+0\cdot P(X=0,Y=1)+0\cdot P(X=0,y=0)\\&=P(X=1,Y=1)\end{align*}
Or $P(X=1,Y=1)=1/4=P(X=1)P(Y=1)$.
Then by law of total probability $P(X=1,Y=0)+P(X=1,Y=1)=1/2$ so $P(X=1,Y=0)=1/4=P(X=1)P(Y=0)$.
The rest follow.