4 lines
218 B
MySQL
4 lines
218 B
MySQL
|
|
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]
|