The NORMAL function returns a random number that follows a standard normal distribution.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this function.
Syntax
DBMS_RANDOM.NORMAL
RETURN NUMBER;
Return value
| Parameter | Description |
|---|---|
| number | A random number that follows a standard normal distribution. |
