Skip to content

Commit 4fadfa5

Browse files
authored
rng namespace
1 parent dc41e45 commit 4fadfa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/src/MenuExtras.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ void MenuDiscord::setupAuthInterface() {
398398

399399
m_mainLayer->addChild(m_loading, 9);
400400

401-
m_state = utils::random::generateUUID();
401+
m_state = rng::internal::generateUUID();
402402
m_since = asp::Instant::now();
403403
web::openLinkInBrowser(fmt::format("https://api.cubicstudios.xyz/breakeode/v1/discord/link/auth?state={}", m_state));
404404

src/util/ui/src/MathQuiz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ bool MathQuiz::init() {
177177
};
178178
};
179179

180-
utils::random::shuffle(m_impl->answers);
180+
rng::internal::shuffle(m_impl->answers);
181181

182182
// richard floating lol
183183
if (auto richard = Richard::create()) {

0 commit comments

Comments
 (0)