tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
|
|
@ -0,0 +1,2 @@
|
|||
DBMS_RANDOM.RANDOM --produces integers in [-2^^31, 2^^31).
|
||||
DBMS_RANDOM.VALUE --produces numbers in [0,1) with 38 digits of precision.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
DBMS_CRYPTO.RANDOMBYTES --returns RAW value
|
||||
DBMS_CRYPTO.RANDOMINTEGER --produces integers in the BINARY_INTEGER datatype
|
||||
DBMS_CRYPTO.RANDOMNUMBER --produces integer in the NUMBER datatype in the range of [0..2**128-1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue