Macro uniform_int_impl

Source
macro_rules! uniform_int_impl {
    ($ty:ty, $uty:ty, $sample_ty:ident) => { ... };
}