Macro to generate random at compile time
```rust use getrandomconst::random;
pub const CONST_RAND: usize = 0; ```