summaryrefslogtreecommitdiff
path: root/libs/JSystem/JMath/random.cpp
blob: e23de54a1f4dda4bf68d2633e373892f22f5230c (plain)
1
2
3
4
5
#include "JSystem/JMath/random.h"

JMath::TRandom_fast_::TRandom_fast_(u32 value) {
    this->value = value;
}