Randomising seconds with a decimal
Hi Guys, Ive had a look in the threads and can't seem to find anything that astutely answers my query. Im all solid on randomising numbers, but I was actually wanting to randomise a timer to the decimal point. Has anybody had experience with this that may be able to throw the solution my way?
Appreciate any help I can get, Thanks.
Appreciate any help I can get, Thanks.
Comments
`
Random:
Usage: random(x,y)
Generate a random integer equal to or between the first integer value and the second integer value.
Example: random(1,10) can be any number from the set of {1,2,3,4,5,6,7,8,9,10}.
`
I have used a decimal before in the random function but I do believe it will always round the decimals to an integer
every random(1,3).."."..random(0,9) seconds, complete this action?