Files
tp/libs/JSystem/JMath/random.cpp
T

5 lines
110 B
C++
Raw Normal View History

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