mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests.
PiperOrigin-RevId: 530999471 Change-Id: Ifca68cd53be629088244eaa3560d43fd81090747
This commit is contained in:
committed by
Copybara-Service
parent
b19ec98acc
commit
67f9650c93
@@ -62,7 +62,7 @@ class PrecompiledSeedSeq {
|
||||
public:
|
||||
using result_type = uint32_t;
|
||||
|
||||
PrecompiledSeedSeq() {}
|
||||
PrecompiledSeedSeq() = default;
|
||||
|
||||
template <typename Iterator>
|
||||
PrecompiledSeedSeq(Iterator begin, Iterator end) {}
|
||||
|
||||
@@ -117,6 +117,7 @@ void TestBernoulli(URBG* gen) {
|
||||
absl::Bernoulli(*gen, 0.5);
|
||||
}
|
||||
|
||||
|
||||
template <typename URBG>
|
||||
void TestZipf(URBG* gen) {
|
||||
absl::Zipf<int>(*gen, 100);
|
||||
|
||||
Reference in New Issue
Block a user