Searched refs:randomDevice_ (Results 1 – 2 of 2) sorted by relevance
118 int a = randomDistribution_(randomDevice_); in SyncAdd()119 int b = randomDistribution_(randomDevice_); in SyncAdd()157 int a = randomDistribution_(randomDevice_); in ASyncAdd()158 int b = randomDistribution_(randomDevice_); in ASyncAdd()
88 std::random_device randomDevice_; variable