tp/libs/JSystem/JMath/random.cpp

5 lines
110 B
C++

#include "JSystem/JMath/random.h"
JMath::TRandom_fast_::TRandom_fast_(u32 value) {
this->value = value;
}