random

open fun random(seed: Int?): String

SQL function that generates a random value uniformly distributed between 0 (inclusive) and 1 (exclusive).

Note: Some vendors generate values outside this range, or ignore the given seed, check the documentation.

Parameters

seed

Optional seed.