buf-rand 0.1.2

this crate contains a buffered randomizer for creating random booleans efficiently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rand]
version = "0.7.3"

[package]
authors = ["LordMZTE <lord@mzte.de>"]
categories = ["caching"]
description = "this crate contains a buffered randomizer for creating random booleans efficiently"
edition = "2018"
keywords = ["random", "boolean", "buffer", "rng"]
license = "GPL-3.0-or-later"
name = "buf-rand"
readme = "README.md"
repository = "https://github.com/lordmzte/buf-rand.git"
version = "0.1.2"