1
2
3
4
5
use table::table;

pub fn get_random() -> u32 {
    (table().getRandom)()
}