RosettaCodeData/Task/Random-number-generator--included-/PL-SQL/random-number-generator--included--1.sql

4 lines
229 B
MySQL
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
DBMS_RANDOM.RANDOM --produces integers in [-2^^31, 2^^31).
2015-02-20 00:35:01 -05:00
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