Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Derdos_renyi_generator.hpp87 uniform_int< vertices_size_type > rand_vertex(0, n - 1); in next() local
88 current.first = rand_vertex(*gen); in next()
91 current.second = rand_vertex(*gen); in next()
123 , rand_vertex(0.5) in sorted_erdos_renyi_iterator()
138 , rand_vertex(1. - prob) in sorted_erdos_renyi_iterator()
183 vertices_size_type increment = rand_vertex(*gen); in next()
211 geometric_distribution< vertices_size_type > rand_vertex; member in boost::sorted_erdos_renyi_iterator
Dsmall_world_generator.hpp111 uniform_int< vertices_size_type > rand_vertex(0, n - 1); in next() local
112 current.first = rand_vertex(*gen); in next()
115 current.second = rand_vertex(*gen); in next()
Dssca_graph_generator.hpp77 uniform_int< vertices_size_type > rand_vertex(0, totVertices - 1); in operator ++() local
88 vertices_size_type v = rand_vertex(*gen); in operator ++()
Drmat_graph_generator.hpp75 uniform_int< T > rand_vertex(0, n - 1); in generate_permutation_vector() local
82 std::swap(vertexPermutation[i], vertexPermutation[rand_vertex(gen)]); in generate_permutation_vector()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_shortest_paths_test.cpp184 uniform_int<vertices_size_type> rand_vertex(0, n); in test_distributed_shortest_paths() local
187 vertex(rand_vertex(gen), g), in test_distributed_shortest_paths()
Dssca.cpp192 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(g) - 1); in generate_sources() local
199 std::advance(iter, rand_vertex(gen)); in generate_sources()
752 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(fsg) - 1); in run_non_distributed_graph_tests() local
758 vertex(rand_vertex(gen), fsg); in run_non_distributed_graph_tests()
Dalgorithm_performance.cpp218 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(g) - 1); in test_directed_csr_only_algorithms() local
225 std::advance(iter, rand_vertex(gen)); in test_directed_csr_only_algorithms()