1
2
3
4
5
6
7
8
9
// Copyright © 2023 Mini Functions library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

//! Application random number generation functionality
//!
//! Provides access to functions for generating high-quality random numbers based on the Mersenne Twister algorithm.

pub use vrd::macros as vrd_macros;
pub use vrd::*;