Home
last modified time | relevance | path

Searched defs: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
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
Dssca_graph_generator.hpp77 uniform_int< vertices_size_type > rand_vertex(0, totVertices - 1); in operator ++() local
Drmat_graph_generator.hpp75 uniform_int< T > rand_vertex(0, n - 1); in generate_permutation_vector() local
/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
Dssca.cpp192 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(g) - 1); in generate_sources() local
752 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(fsg) - 1); in run_non_distributed_graph_tests() local
Dalgorithm_performance.cpp218 uniform_int<vertices_size_type> rand_vertex(0, num_vertices(g) - 1); in test_directed_csr_only_algorithms() local