SHUFFLER Submission Checklist (GC4-327)

Then U is an n-D uniform random number generator. The following example uses the uniform random number generator in Matlab to demonstrate this definition. Example 2.7 Here, we give examples of an n-D uniform random variable, U, using the Matlab command “rand”, for n=1,2 and 25: U = rand(1,1) is a 1-D uniform random variable. ................
................