Signature: random() -> int
Description: A cryptographically-secure uniform random non-negative integer (0 .. 2^63-1), drawn fresh from the OS entropy source. Unseeded and unpredictable.
Returns: int
Example
let big = random() // e.g. 7240982340198
Signature: random() -> int
Description: A cryptographically-secure uniform random non-negative integer (0 .. 2^63-1), drawn fresh from the OS entropy source. Unseeded and unpredictable.
Returns: int
let big = random() // e.g. 7240982340198