vaultrs::sys::tools

Function random

source
pub async fn random(
    client: &impl Client,
    opts: Option<&mut RandomRequestBuilder>,
) -> Result<RandomResponse, ClientError>
Expand description

Returns high-quality random bytes of the specified length.

See RandomResponse