Rand
Summary
The Rand
function returns a random value between 0 and 1 using an optional seed value.
Syntax
Rand([<integer_exp>]) |
Return Type
Double
Details
Examples
eval Rand(); 0.1248093280547697 select Rand( 2 ) from Empty(rows= 1 ); 0.6668306037864623 |
Related Functions