diff options
| author | levlam <levlam@telegram.org> | 2026-03-18 16:32:41 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-03-18 16:32:41 +0300 |
| commit | 8d48365e6f2000c268cbee81a2955fc44f9e885f (patch) | |
| tree | 7644188dd30a25f88b72ac7bf801492598ab1772 /test/online.cpp | |
| parent | e9952db5c31c47a8d753139e0134dac583797592 (diff) | |
Move rand_shuffle to Random.
Diffstat (limited to 'test/online.cpp')
| -rw-r--r-- | test/online.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/online.cpp b/test/online.cpp index aa2b5500d..ff4e068be 100644 --- a/test/online.cpp +++ b/test/online.cpp @@ -436,7 +436,7 @@ class TestDownloadFile : public Task { begin = end; } - rand_shuffle(as_mutable_span(ranges_), rnd); + td::Random::shuffle(as_mutable_span(ranges_), rnd); start_chunk(); } |
