rand_pool 0.1.3

Create a pool of random numbers pre generated thread safe
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rand_pool"
version = "0.1.3"
edition = "2021"
description = "Create a pool of random numbers pre generated thread safe"
license = "MIT"
authors = ["Leandro Leon"]
repository = "https://github.com/lrleon/cpp_rand_pool"
readme = "./Readme.md"
categories = ["data-structures"]

[dependencies]
rand = { version = "0.8.4", features = ["small_rng"] }