summaryrefslogtreecommitdiffstats
path: root/util/random/random_ut.cpp
diff options
context:
space:
mode:
authormskorokhod <[email protected]>2022-02-10 16:52:10 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:52:10 +0300
commitdc5972f19ddb40b225e93b0fec8e3f8b858c1913 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/random/random_ut.cpp
parente7adae184c30da49fd2aeb27144845235abc52d0 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/random/random_ut.cpp')
-rw-r--r--util/random/random_ut.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/random/random_ut.cpp b/util/random/random_ut.cpp
index 5543daa06a2..30427676f36 100644
--- a/util/random/random_ut.cpp
+++ b/util/random/random_ut.cpp
@@ -80,10 +80,10 @@ Y_UNIT_TEST_SUITE(TRandomNumberTest) {
while (!RandomNumber<bool>()) {
}
}
-
- Y_UNIT_TEST(TestResetSeed) {
- SetRandomSeed(42);
- for (const ui32 el : {
+
+ Y_UNIT_TEST(TestResetSeed) {
+ SetRandomSeed(42);
+ for (const ui32 el : {
102,
179,
92,
@@ -149,7 +149,7 @@ Y_UNIT_TEST_SUITE(TRandomNumberTest) {
20,
72,
}) {
- UNIT_ASSERT_EQUAL(RandomNumber<ui32>(1 << 8), el);
- }
- }
+ UNIT_ASSERT_EQUAL(RandomNumber<ui32>(1 << 8), el);
+ }
+ }
}