rand-python 0.1.0

Partial port of Python's rand module, aimed at providing identical output starting from a fixed seed as the Python version
Documentation
[[bench]]
harness = false
name = "my_benchmark"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[features]
default = []
prefetch = []

[package]
authors = ["Ronald Volgers <rvolgers@users.noreply.github.com>"]
categories = ["simulation", "science"]
description = "Partial port of Python's rand module, aimed at providing identical output starting from a fixed seed as the Python version"
edition = "2018"
keywords = ["python", "rand", "mersenne", "twister"]
license = "BSD-3-Clause"
name = "rand-python"
version = "0.1.0"