3 lines
229 B
SQL
3 lines
229 B
SQL
DBMS_RANDOM.RANDOM --produces integers in [-2^^31, 2^^31).
|
|
DBMS_RANDOM.VALUE --produces numbers in [0,1) with 38 digits of precision.
|
|
DBMS_RANDOM.NORMAL --produces normal distributed numbers with a mean of 0 and a variance of 1
|