Type Alias sampling::histogram::AtomicHistI32

source ·
pub type AtomicHistI32 = AtomicHistogramInt<i32>;
Expand description

Histogram for binning i32 - alias for AtomicHistogramInt<i32>

  • you should use HistI32Fast instead, if your bins are [left, left+1,..., right]

Aliased Type§

struct AtomicHistI32 { /* private fields */ }