summaryrefslogtreecommitdiff
path: root/src/JSystem/JMath/random.cpp
blob: 389d614d0c72b668410fb4e373dc15dae1b1aa5c (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 seed) {
    setSeed(seed);
}