#include <climits>
#include "src/base/utils/random-number-generator.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
|
| v8::base::TEST_P (RandomNumberGeneratorTest, NextIntWithMaxValue) |
|
| v8::base::TEST_P (RandomNumberGeneratorTest, NextBooleanReturnsFalseOrTrue) |
|
| v8::base::TEST_P (RandomNumberGeneratorTest, NextDoubleReturnsValueBetween0And1) |
|
| v8::base::INSTANTIATE_TEST_CASE_P (RandomSeeds, RandomNumberGeneratorTest, ::testing::Values(INT_MIN, -1, 0, 1, 42, 100, 1234567890, 987654321, INT_MAX)) |
|