compile-rand 1.0.0

Compile-time random integers
Documentation
1
2
3
4
5
6
7
8
9
10
# compile-rand

This crate provides the `compile_rand!` macro, which will generate a random number of the given
integer type at compile time.

In other words, if – for whatever reason – you actually need this:

![https://xkcd.com/221/](https://imgs.xkcd.com/comics/random_number.png)

...then this crate will give it to you!