Generate random decimal value

25 views (last 30 days)
How to generate random decimal value between 1.00 to 2.00?

Accepted Answer

Cris LaPierre
Cris LaPierre on 2 Dec 2020
r=rand+1
r = 1.5233
  4 Comments
Wen Shu Wong
Wen Shu Wong on 2 Dec 2020
Thank you. Is it possible to create a left skewed distribution from the distribution above? I can't seem to find any resources on this.
Cris LaPierre
Cris LaPierre on 2 Dec 2020
rand creates a uniform distribution. You might look into the pearsrnd function, as that lets you define your distribution by setting the mean, standard deviation, skewness and kurtosis.

Sign in to comment.

More Answers (0)

Categories

Find more on Random Number Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!