1
2
3
4
5
6
use table::table;

/// Get a random number
pub fn get_random() -> u32 {
    (table().getRandom)()
}