summaryrefslogtreecommitdiff
path: root/src/JSystem/JMath/random.cpp
blob: add311c72922cae7efabe7dd1402246932ac3df0 (plain)
1
2
3
4
5
6
7
#include "JSystem/JSystem.h" // IWYU pragma: keep

#include "JSystem/JMath/random.h"

JMath::TRandom_fast_::TRandom_fast_(u32 param_0) {
    value = param_0;
}