Type Definition net_ensembles::sampling::metropolis::MetU128[][src]

pub type MetU128<E, R, S, Res> = Metropolis<E, R, S, Res, u128>;
Expand description

short for Metropolis<E, R, S, Res, u128>