1 unstable release

0.0.1 Sep 24, 2024

#48 in #u64

Download history 128/week @ 2024-09-19 45/week @ 2024-09-26 13/week @ 2024-10-03

186 downloads per month
Used in 2 crates

MIT license

3KB

Secure Random for Rust

Overview

The secure-random crate provides a simple and secure way to generate random numbers in Rust. It defines a SecureRandom trait for generating random u64 values and offers a default implementation using the getrandom crate.

##Features

  • Trait Definition: SecureRandom trait for generating secure random u64 numbers.
  • Default Implementation: GetRandom struct implements SecureRandom using the operating system’s random number generator.
  • Integration: Seamlessly integrate secure random number generation into your projects.

Installation

Add secure-random to your Cargo.toml:

[dependencies]
secure-random = "^0.0.1"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~97–300KB