RANDOM function

The RANDOM function uses the seed value to return a random integer.

Syntax


1  DBMS_RANDOM_RANDOM ()
This example:
insert into random_test VALUES (0, dbms_random_random());
Returns this output:
1 row(s) inserted.