#include <iterator>
#include <random>
#include "absl/base/config.h"
#include "absl/random/internal/salted_seed_seq.h"
#include "absl/random/internal/seed_material.h"
#include "absl/random/seed_gen_exception.h"
#include "absl/types/span.h"
Go to the source code of this file.
Namespaces | |
absl | |
Typedefs | |
using | absl::SeedSeq = random_internal::SaltedSeedSeq< std::seed_seq > |
Functions | |
template<typename URBG > | |
SeedSeq | absl::CreateSeedSeqFrom (URBG *urbg) |
ABSL_NAMESPACE_BEGIN SeedSeq | absl::MakeSeedSeq () |