RANDOM

Represents the SQLite RANDOM() function.

This function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807.

Return

A KQLiteColumn of type Long containing a new pseudo-random integer for each row.

Author

MOHAMMAD AZIM ANSARI

See also