3 lines
218 B
SQL
3 lines
218 B
SQL
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]
|