#include "absl/random/internal/nonsecure_base.h"#include <algorithm>#include <cstdint>#include <iostream>#include <memory>#include <random>#include <sstream>#include "gtest/gtest.h"#include "absl/random/distributions.h"#include "absl/random/random.h"#include "absl/strings/str_cat.h"
Go to the source code of this file.
Functions | |
| TEST (NonsecureURBGBase, CompatibleWithDistributionUtils) | |
| TEST (NonsecureURBGBase, CompatibleWithStdDistributions) | |
| TEST (NonsecureURBGBase, ConsecutiveDefaultInstancesYieldUniqueVariates) | |
| TEST (NonsecureURBGBase, DefaultConstructorIsValid) | |
| TEST (NonsecureURBGBase, EqualSeedSequencesYieldEqualVariates) | |
| TEST (NonsecureURBGBase, SeedSeqConstructorIsValid) | |
| TEST (NonsecureURBGBase, StandardInterface) | |
| TEST (RandenPoolSeedSeqTest, SeederWorksForS32) | |
| TEST (RandenPoolSeedSeqTest, SeederWorksForU32) | |
| TEST (RandenPoolSeedSeqTest, SeederWorksForU64) | |
| TEST (RandenPoolSeedSeqTest, SeederWorksForVector) | |
| TEST (RecommendedTemplates, CanBeConstructed) | |
| TEST (RecommendedTemplates, CanDiscardValues) | |
| TEST | ( | NonsecureURBGBase | , |
| CompatibleWithDistributionUtils | |||
| ) |
Definition at line 146 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | NonsecureURBGBase | , |
| CompatibleWithStdDistributions | |||
| ) |
Definition at line 155 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | NonsecureURBGBase | , |
| ConsecutiveDefaultInstancesYieldUniqueVariates | |||
| ) |
Definition at line 164 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | NonsecureURBGBase | , |
| DefaultConstructorIsValid | |||
| ) |
Definition at line 39 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | NonsecureURBGBase | , |
| EqualSeedSequencesYieldEqualVariates | |||
| ) |
Definition at line 175 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | NonsecureURBGBase | , |
| SeedSeqConstructorIsValid | |||
| ) |
Definition at line 141 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | NonsecureURBGBase | , |
| StandardInterface | |||
| ) |
Definition at line 57 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | RandenPoolSeedSeqTest | , |
| SeederWorksForS32 | |||
| ) |
Definition at line 213 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | RandenPoolSeedSeqTest | , |
| SeederWorksForU32 | |||
| ) |
Definition at line 196 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | RandenPoolSeedSeqTest | , |
| SeederWorksForU64 | |||
| ) |
Definition at line 204 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | RandenPoolSeedSeqTest | , |
| SeederWorksForVector | |||
| ) |
Definition at line 221 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | RecommendedTemplates | , |
| CanBeConstructed | |||
| ) |
Definition at line 44 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.
| TEST | ( | RecommendedTemplates | , |
| CanDiscardValues | |||
| ) |
Definition at line 49 of file abseil-cpp/absl/random/internal/nonsecure_base_test.cc.