#include "quiche/http2/test_tools/http2_random.h"
#include <algorithm>
#include <set>
#include <string>
#include "quiche/common/platform/api/quiche_test.h"
namespace http2 {
namespace test {
namespace {
TEST(Http2RandomTest, ProducesDifferentNumbers) { … }
TEST(Http2RandomTest, StartsWithDifferentKeys) { … }
TEST(Http2RandomTest, ReproducibleRandom) { … }
TEST(Http2RandomTest, STLShuffle) { … }
TEST(Http2RandomTest, RandFloat) { … }
TEST(Http2RandomTest, RandStringWithAlphabet) { … }
TEST(Http2RandomTest, SkewedLow) { … }
TEST(Http2RandomTest, SkewedLowFullRange) { … }
}
}
}