random property

Random random
final

The source of randomness used in sqlite3, such as in the RANDOM() function.

By default, Random.secure is used.

Implementation

final Random random;