// OPCUA for Rust
// SPDX-License-Identifier: MPL-2.0
// Copyright (C) 2017-2024 Adam Lock
//! Module contains functions for creating cryptographically strong random bytes.
use rand;
use crateByteString;
/// Fills the slice with cryptographically strong pseudo-random bytes
/// Create a byte string with a number of random characters. Can be used to create a nonce or
/// a similar reason.