[go: up one dir, main page]

quad-rand 0.1.0

Pseudo random implementation with std atomics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[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"
license = "MIT"
name = "quad-rand"
readme = "README.md"
version = "0.1.0"