RANDOM function

The RANDOM function returns a random number in the range of -231 and 231.

Syntax

Read syntax diagramSkip visual syntax diagramDBMS_RANDOM.RANDOM()
Note: Calling RANDOM before seeding the random number generator explicitly by calling SEED, SEED_STRING, or INITIALIZE defaults to using a seed that is based on the system current timestamp.