Posts: 216
Threads: 60
Joined: Oct 2008
Reputation:
0
Is there a function out there that creates a random number with decimals?
Posts: 1,216
Threads: 59
Joined: Apr 2010
Reputation:
0
What is Dp? Is it the number count after the dot?
Posts: 410
Threads: 9
Joined: Jan 2006
Reputation:
0
Try changing the header of the method from:
frandom(Float:max, Float:min = 0.0, dp = 4)
to:
Float:frandom(Float:max, Float:min = 0.0, dp = 4)