SEED procedure

The SEED procedure resets the seed with the specified integer value.

Syntax


1  DBMS_RANDOM_SEED ()
This example:
execute procedure dbms_random_seed (-45902345);
Returns this output:
Routine executed.