Skip to content

Commit 58e3437

Browse files
author
Yurii A.
committed
Update test_manacher_odd.cpp
1 parent 1df43b8 commit 58e3437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_manacher_odd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using namespace std;
66
string getRandomString(size_t n, uint32_t seed, char minLetter='a', char maxLetter='b') {
77
assert(minLetter <= maxLetter);
88
const size_t nLetters = static_cast<int>(maxLetter) - static_cast<int>(minLetter) + 1;
9-
static std::uniform_int_distribution<size_t> distr(0, nLetters - 1);
9+
std::uniform_int_distribution<size_t> distr(0, nLetters - 1);
1010
std::mt19937 gen(seed);
1111

1212
string res;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy