set variable to random number.
I want to set variables to random numbers. I tried this. but it is not working
MEnum = 5;
For( i = 1, i = MEnum, i++,
betai = Random uniform.( 30, 50 )
);
When I print this to the log it just keeps giving me random numbers, how do I get 5 different random numbers for beta1 to beta5?
vince_faller