8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
# random_bytes
|
|
|
|
```cpp
|
|
String random_bytes(u64 n)
|
|
```
|
|
|
|
Returns up to `n` bytes from the host CSPRNG. Requests are capped to a bounded size.
|