Generating non-uniform random numbers
I'm running a study where I need to generate non-uniform random numbers. Using the random trigger, Unipark can generate a random integer between two values, but it won't let you generate numbers from a non-uniform distribution.
For example, in one study I need to generate numbers from a Normal distribution with a specified mean and variance and present them to participants/users.
I don't believe that Unipark has a direct solution for this, but can anyone help me think of a workaround? Perhaps there is a way to do it by using custom Java code? I don't know how to program in Java but if someone knows if it's possible I can try to learn!
|