| Crates.io | compile-rand |
| lib.rs | compile-rand |
| version | 1.0.0 |
| created_at | 2025-03-28 21:49:01.82365+00 |
| updated_at | 2025-03-28 21:49:01.82365+00 |
| description | Compile-time random integers |
| homepage | |
| repository | https://github.com/lukesneeringer/compile-rand |
| max_upload_size | |
| id | 1610543 |
| size | 9,357 |
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:

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