There was an error while loading. Please reload this page.
1 parent dc41e45 commit 4fadfa5Copy full SHA for 4fadfa5
2 files changed
src/ui/src/MenuExtras.cpp
@@ -398,7 +398,7 @@ void MenuDiscord::setupAuthInterface() {
398
399
m_mainLayer->addChild(m_loading, 9);
400
401
- m_state = utils::random::generateUUID();
+ m_state = rng::internal::generateUUID();
402
m_since = asp::Instant::now();
403
web::openLinkInBrowser(fmt::format("https://api.cubicstudios.xyz/breakeode/v1/discord/link/auth?state={}", m_state));
404
src/util/ui/src/MathQuiz.cpp
@@ -177,7 +177,7 @@ bool MathQuiz::init() {
177
};
178
179
180
- utils::random::shuffle(m_impl->answers);
+ rng::internal::shuffle(m_impl->answers);
181
182
// richard floating lol
183
if (auto richard = Richard::create()) {
0 commit comments