simplerand 0.0.1

Simple and fast random number generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "simplerand"
version = "0.0.1"
authors = ["PumpkinSeed <qwer.kocka@gmail.com>"]
edition = "2018"
description = "Simple and fast random number generator"
license = "MIT"
readme = "README.md"
repository = "https://github.com/PumpkinSeed/srand"
keywords = ["random"]

[dependencies]