EDIT I will re-explain, whenever I say decimal, I mean system.decimal
not the mathematical concept
decimal min = 5.62;
decimal max = 14.39;
How would I get a system.decimal
that is randomly between the range of the above two decimals?
Double != system.decimal
FYI I don't know how I can make my question clearer since more than half the people that read this only read 2 words and then flagged it as a duplicate.