MATLAB: Generate real random numbers

random number generator

Is there a way to generate a random real numbers other than (rand) uniform distribution like using other algorithms to generate a randomized *real * numbers.
Thanks in advance.

Best Answer

Such as randn() ? Or one of the random distribution tools in the Statistics Toolbox ?