12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
# random_bytes
|
|
|
|
|
|
Returns up to `n` bytes from the host CSPRNG. Requests are capped to a bounded size.
|
|
|
|
:example
|
|
String bytes = random_bytes(4);
|
|
print(bytes.length(), " bytes\n");
|
|
|
|
:see
|
|
>noise
|