use Instant;
// use rand::prelude::ThreadRng;
// lazy_static! {
// pub static ref rng: ThreadRng = ThreadRng::default();
// }
/// Execute a function and print the elapsed time for execution.
/// IF the function returns a result, print the result.
///