#include "absl/random/internal/seed_material.h"#include <bitset>#include <cstdlib>#include <cstring>#include <random>#include "gmock/gmock.h"#include "gtest/gtest.h"
Go to the source code of this file.
Macros | |
| #define | ABSL_EXPECT_DEATH_IF_SUPPORTED(statement, regex) EXPECT_DEATH_IF_SUPPORTED(statement, regex) |
| #define ABSL_EXPECT_DEATH_IF_SUPPORTED | ( | statement, | |
| regex | |||
| ) | EXPECT_DEATH_IF_SUPPORTED(statement, regex) |
Definition at line 31 of file abseil-cpp/absl/random/internal/seed_material_test.cc.