[go: up one dir, main page]

fastrand 1.1.0

A simple random number generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fastrand"
version = "1.1.0"
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", "xorshift"]
categories = ["algorithms"]
readme = "README.md"