The INITIALIZE procedure initializes the package with a seed.
Syntax
DBMS_RANDOM.INITIALIZE (
val IN BINARY_INTEGER);
Parameters
| Parameter | Description |
|---|---|
| val | The seed used to generate random numbers. |
Usage notes
This procedure does not perform any operation. Although this procedure is supported, it is deprecated and we recommend that you do not use it.