I want generate a number in Gaussian and Uniform distributions in matlab. I know this function randi and rand() but all of them are in normal (Gau
randi
rand()
randn is the function to generate Gaussian distributed variables (randi and rand produce uniformly distributed ones).
randn
rand