[dependencies]
[lib]
name = "randu"
path = "src/lib.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["mathematics"]
description = "RANDU MCG65539 random number generator"
edition = "2021"
homepage = "https://gitlab.com/hsn10/randu"
keywords = ["random", "rand"]
license = "Unlicense OR CC0-1.0"
name = "randu"
readme = "README.md"
repository = "https://gitlab.com/hsn10/randu.git"
rust-version = "1.56.1"
version = "0.9.0"