INITIALIZE procedure
The INITIALIZE procedure initializes the system package with the specified integer seed value and is optional.
Syntax
This example:
execute procedure dbms_random_initialize (17809465);
Returns
this output:Routine executed.