Function dipstick::sample [] [src]

pub fn sample<M, IC>(sampling_rate: Rate, chain: IC) -> Chain<M> where
    M: Clone + Send + Sync + 'static,
    IC: Into<Chain<M>>, 
Deprecated since 0.5.0

: Use with_sampling_rate instead.

Perform random sampling of values according to the specified rate.