uce/site/doc/pages/random_bytes.txt
2026-06-16 12:21:31 +00:00

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