Home
last modified time | relevance | path

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

/external/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp83 std::uniform_int_distribution<> one_to_thousand(1, 1000); in test() local
85 int action = one_to_thousand(rand); in test()