Hello,

I am trying to make a Stata variable that stores 20 numbers between 0 and 1.
I am using the range function for it, my line of code is:

range alphas 0.0 1.0 20

but instead of generating 20 numbers between 0 and 1, Stata is generating over 470 missing values -- why is this happening, and how can I solve this issue?

Thank you,