randombytes_uniform

extern (C) nothrow @nogc @trusted
uint
randombytes_uniform
(
const uint upper_bound
)

Return Value

Type: uint

an unpredictable value between 0 and upper_bound (excluded)

Meta