[go: up one dir, main page]

quad-rand 0.1.1

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

[[example]]
name = "compat"
path = "examples/compat.rs"
required-features = ["rand"]

[dependencies]
rand = { version = "0.7", optional = true }