I am using E-Prime (version 3) to design an experiment. In my script I have the following
Variable = Random(1,100)
This makes my variable a random number ranging from 1 to 100.
I would like to make this variable be a random value pulled from a normal distribution, rather than just a random number from 1 to 100. Is there a specific command that executes this in E-Prime? Or will I have to generate more code for this?