Files
tp/libs/JSystem/JMath/random.cpp
T
Erin Moon 5c4ac052c3 decomp some small files, do some cleanup (#42)
* remove leftover asm: JSUList.s

* d_save_init: decomp

* JMath/random: decomp

* J3DUDL: fixup label

* JAUClusterSound: decomp

* c_API_controller_pad: decomp, elaborate globals/types

* clang-format

* don't add guards to functions.h

* semantic merge of m_cpadInfo stuff

* fix undef symbols

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-03 01:04:15 -05:00

5 lines
110 B
C++

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