1-1. Use the Matlab UNIFORM random number generator to investigate the claim that it IS uniform.
1-2. Use the Uniform(0,1) Matlab random number generator to generate a single Bernoulli (p=0.2) random variable.
Then determine whether the code works.
1-3. Let X=[X1 , X2] be a 2-D Bernoulli random variable. Let p(i,j) be the probability associated with
the event [X1=i, X2=j]. Find the conditions (equations) involving these probabilities, so that
X1 and X2 are statistically independent. <