Searched refs:nextRandom (Results 1 – 5 of 5) sorted by relevance
42 using TreeTestHelpers::nextRandom;229 int left = nextRandom(maximumValue); in InsertionAndDeletionTest()230 int length = nextRandom(maximumValue); in InsertionAndDeletionTest()241 int index = nextRandom(addedElements.size()); in InsertionAndDeletionTest()259 add = (nextRandom(2) == 1); in InsertionAndDeletionTest()261 int index = nextRandom(removedElements.size()); in InsertionAndDeletionTest()269 int index = nextRandom(addedElements.size()); in InsertionAndDeletionTest()
42 using TreeTestHelpers::nextRandom;181 int value = nextRandom(maximumValue); in InsertionAndDeletionTest()189 int index = nextRandom(treeSize); in InsertionAndDeletionTest()195 value = nextRandom(maximumValue); in InsertionAndDeletionTest()
48 int32_t nextRandom(const int32_t maximumValue);
53 int32_t nextRandom(const int32_t maximumValue) in nextRandom() function
9948 (WebCore::TreeTestHelpers::nextRandom):