Home
last modified time | relevance | path

Searched refs:SkipDistValueType (Results 1 – 1 of 1) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/api/
H A Dbernoulli_sample.hpp31 using SkipDistValueType = int; typedef in thrill::api::BernoulliSampleNode
39 skip_dist_ = std::geometric_distribution<SkipDistValueType>(p); in BernoulliSampleNode()
85 std::geometric_distribution<SkipDistValueType> skip_dist_;
86 SkipDistValueType skip_remaining_ = -1;