Hi,
The java random function specifies very clearly what it returns:
(
http://docs.oracle.com/javase/6/docs/api/java/lang/
Math.html#random())
0.0 included, 1 excluded.
But the adobe coldfusion rand(algorithm) function documentation doesnt
specify this.
Can i safely assume this is exactly the same as java.math.random ?
greets,
klaas