From 8d48365e6f2000c268cbee81a2955fc44f9e885f Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 18 Mar 2026 16:32:41 +0300 Subject: Move rand_shuffle to Random. --- test/online.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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(); } -- cgit v1.2.3