TERMINATE procedure
The TERMINATE procedure terminates the use of the system package by resetting the seed value to 0 and is optional.
This example:
execute procedure dbms_random_terminate ();
Returns this output:Routine executed.