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?
Well, any real number between .0006 and .0008, for example .00061, .00062, .000601, .000602, etc. and how I would control the decimal spaces? I'm not sure how you can do this in LUA.