Commit 67f9650c by Laramie Leavitt Committed by Copybara-Service

YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests.

PiperOrigin-RevId: 530999471
Change-Id: Ifca68cd53be629088244eaa3560d43fd81090747
parent b19ec98a
...@@ -62,7 +62,7 @@ class PrecompiledSeedSeq { ...@@ -62,7 +62,7 @@ class PrecompiledSeedSeq {
public: public:
using result_type = uint32_t; using result_type = uint32_t;
PrecompiledSeedSeq() {} PrecompiledSeedSeq() = default;
template <typename Iterator> template <typename Iterator>
PrecompiledSeedSeq(Iterator begin, Iterator end) {} PrecompiledSeedSeq(Iterator begin, Iterator end) {}
......
...@@ -117,6 +117,7 @@ void TestBernoulli(URBG* gen) { ...@@ -117,6 +117,7 @@ void TestBernoulli(URBG* gen) {
absl::Bernoulli(*gen, 0.5); absl::Bernoulli(*gen, 0.5);
} }
template <typename URBG> template <typename URBG>
void TestZipf(URBG* gen) { void TestZipf(URBG* gen) {
absl::Zipf<int>(*gen, 100); absl::Zipf<int>(*gen, 100);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment