3 lines
55 B
Mathematica
3 lines
55 B
Mathematica
|
|
mu = 1; sd = 0.5;
|
||
|
|
x = randn(1000,1) * sd + mu;
|