fastrand 1.3.4

A simple random number generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fastrand"
version = "1.3.4"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A simple random number generator"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/fastrand"
homepage = "https://github.com/stjepang/fastrand"
documentation = "https://docs.rs/fastrand"
keywords = ["easy", "simple", "rand", "random", "pcg"]
categories = ["algorithms"]
readme = "README.md"

[dev-dependencies]
rand = "0.7.3"
rand_pcg = "0.2.1"
getrandom = "0.1.14"