Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Drandom.hpp100 typedef boost::uniform_real<> ur_type; in weighted_random_out_edge() typedef
101 ur_type ur(0, weight_sum); in weighted_random_out_edge()
102 boost::variate_generator< RandomNumGen&, ur_type > variate(gen, ur); in weighted_random_out_edge()