Getting a random number between X and Y Real numbers
I feel that this question involves more LUA than DR, but I will ask it anyway:
I'm trying to get a real number within specific parameters. Whenever I use the expression "random(0.0006, 0.0008)", I get an integer. How would I go and do a function that returns any real number from within given parameters if possible?
I'm trying to get a real number within specific parameters. Whenever I use the expression "random(0.0006, 0.0008)", I get an integer. How would I go and do a function that returns any real number from within given parameters if possible?