tvl-depot/absl/random
Abseil Team f3840bc5e3 Export of internal Abseil changes.
--
dcff7cc4eb3837d39d1e083cbf1d4f082054cbf6 by Laramie Leavitt <lar@google.com>:

Add default and fallback modes for SaltedSeedSeq::generate().

SeedSeq::generate will often be called with contiguous ranges of uint32_t.
Detect this case and use the currently direct code paths to handle it.
Otherwise use a fallback mechanism which does an additional copy.
PiperOrigin-RevId: 258853656

--
59ec88845ac2ee6567c493021b54385940d66762 by Gennadiy Rozental <rogeeff@google.com>:

Internal change

PiperOrigin-RevId: 258822137

--
eb2d1ab21f6f94c24c51c1cd3719846be259e8e7 by Abseil Team <absl-team@google.com>:

Add iOS version 11 to the mix of Apple OS versions that have various C++17 header files
but do not support them.

PiperOrigin-RevId: 258820405

--
452cea3e13b29797b2c385d7c6da7613d36bdc45 by Gennadiy Rozental <rogeeff@google.com>:

Internal change

PiperOrigin-RevId: 258802436
GitOrigin-RevId: dcff7cc4eb3837d39d1e083cbf1d4f082054cbf6
Change-Id: I2261cb58e142eb15017ef646a56710dd64f06496
2019-07-19 13:04:45 -04:00
..
internal Export of internal Abseil changes. 2019-07-19 13:04:45 -04:00
benchmarks.cc Export of internal Abseil changes. 2019-07-10 14:42:52 +00:00
bernoulli_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
bernoulli_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
beta_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
beta_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
BUILD.bazel Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
discrete_distribution.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
discrete_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
discrete_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
distribution_format_traits.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
distributions.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
distributions_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
examples_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
exponential_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
exponential_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
gaussian_distribution.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
gaussian_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
gaussian_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
generators_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
log_uniform_int_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
log_uniform_int_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
poisson_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
poisson_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
random.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
seed_gen_exception.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
seed_gen_exception.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
seed_sequences.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
seed_sequences.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
seed_sequences_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
uniform_int_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
uniform_int_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
uniform_real_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
uniform_real_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
zipf_distribution.h Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
zipf_distribution_test.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00