notan_random 0.9.2

Provides a simple set of RNG utils for Notan
Documentation
[dependencies.rand]
version = "0.8.5"

[dependencies.rand_pcg]
version = "0.3.1"

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
description = "Provides a simple set of RNG utils for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_random"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.9.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["js"]
version = "0.2.8"