get-random-const
Macro to generate random at compile time
use random;
const RANDOM_U8: u8 = random!;
assert_ne!;
static RANDOM_I32: i32 = random!;
assert_ne!;
let random_u32 = random!;
assert_ne!;
let random_array = random!;
assert_eq!;
for elem in random_array.iter
let random_array: = random!; //Well, I guess you can if you want?
assert_eq!;