Searched refs:rand_vertex (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/graph/ |
D | erdos_renyi_generator.hpp | 87 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
|
D | small_world_generator.hpp | 111 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()
|
D | ssca_graph_generator.hpp | 77 uniform_int< vertices_size_type > rand_vertex(0, totVertices - 1); in operator ++() local 88 vertices_size_type v = rand_vertex(*gen); in operator ++()
|
D | rmat_graph_generator.hpp | 75 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/ |
D | distributed_shortest_paths_test.cpp | 184 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()
|
D | ssca.cpp | 192 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()
|
D | algorithm_performance.cpp | 218 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()
|