const-random 0.1.15

Provides compile time random number generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.const-random-macro]
version = "0.1.15"

[dependencies.proc-macro-hack]
version = "0.5"

[package]
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]
description = "Provides compile time random number generation."
documentation = "https://docs.rs/const-random"
edition = "2018"
keywords = ["rust", "constants", "macro"]
license = "MIT OR Apache-2.0"
name = "const-random"
readme = "README.md"
repository = "https://github.com/tkaitchuck/constrandom"
version = "0.1.15"