Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/src/
Drandom_shuffle.cpp51 static mt19937 __rs_g; in operator ()() local
52 return __rs_g(); in operator ()()
/external/libcxx/src/
Dalgorithm.cpp81 static mt19937 __rs_g; in operator ()() local
82 return __rs_g(); in operator ()()