[go: up one dir, main page]

quad-rand 0.1.1

Pseudo random implementation with std atomics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[example]]
name = "compat"
path = "examples/compat.rs"
required-features = ["rand"]
[dependencies.rand]
optional = true
version = "0.7"

[package]
authors = ["not-fl3 <not.fl3@gmail.com>"]
description = "Pseudo random implementation with std atomics.\n"
edition = "2018"
homepage = "https://github.com/not-fl3/quad-rand"
license = "MIT"
name = "quad-rand"
readme = "README.md"
repository = "https://github.com/not-fl3/quad-rand"
version = "0.1.1"