easy_rand 0.1.0

Small Rust wrapper library for calling POSIX's srand() and rand() functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Helder Duarte"]
description = "Small Rust wrapper library for calling POSIX's srand() and rand() functions."
edition = "2021"
license = "MIT"
name = "easy_rand"
readme = "README.md"
repository = "https://github.com/helderTZ/easy_rand"
version = "0.1.0"