rand_pool 0.1.3

Create a pool of random numbers pre generated thread safe
Documentation
[[bin]]
name = "rand_pool"
path = "src/main.rs"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.4"

[lib]
name = "rand_pool"
path = "src/lib.rs"

[package]
authors = ["Leandro Leon"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Create a pool of random numbers pre generated thread safe"
edition = "2021"
license = "MIT"
name = "rand_pool"
readme = "Readme.md"
repository = "https://github.com/lrleon/cpp_rand_pool"
resolver = "1"
version = "0.1.3"