#include "absl/random/internal/explicit_seed_seq.h"#include <iterator>#include <random>#include <utility>#include "gmock/gmock.h"#include "gtest/gtest.h"#include "absl/random/seed_sequences.h"
Go to the source code of this file.
Functions | |
| TEST (ExplicitSeedSeq, CopyAndMoveConstructors) | |
| TEST (ExplicitSeedSeq, DefaultConstructorGeneratesZeros) | |
| TEST (ExplicitSeedSeq, StdURBGGoldenTests) | |
| TEST (ExplicitSeeqSeq, SeedMaterialIsForwardedIdentically) | |
| TEST (SeedSequences, CheckInterfaces) | |
| TEST | ( | ExplicitSeedSeq | , |
| CopyAndMoveConstructors | |||
| ) |
Definition at line 126 of file abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc.
| TEST | ( | ExplicitSeedSeq | , |
| DefaultConstructorGeneratesZeros | |||
| ) |
Definition at line 72 of file abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc.
| TEST | ( | ExplicitSeedSeq | , |
| StdURBGGoldenTests | |||
| ) |
Definition at line 207 of file abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc.
| TEST | ( | ExplicitSeeqSeq | , |
| SeedMaterialIsForwardedIdentically | |||
| ) |
Definition at line 84 of file abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc.
| TEST | ( | SeedSequences | , |
| CheckInterfaces | |||
| ) |
Definition at line 64 of file abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc.