random static method

int random()

Generates an unpredictable value between 0 and 0xffffffff (included).

Implementation

static int random() => Sodium.randombytesRandom();