From 186c68f964868eff0ba543777f47ff036735ef77 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 8 Nov 2018 08:32:05 +0800 Subject: =?UTF-8?q?*=E6=9B=B4=E6=96=B0=E7=B2=92=E5=AD=90=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Math/je_random.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/libjin/Math/je_random.cpp (limited to 'src/libjin/Math/je_random.cpp') diff --git a/src/libjin/Math/je_random.cpp b/src/libjin/Math/je_random.cpp new file mode 100644 index 0000000..a8f3310 --- /dev/null +++ b/src/libjin/Math/je_random.cpp @@ -0,0 +1,15 @@ +#include "je_random.h" + +namespace JinEngine +{ + namespace Math + { + + + + RandomGenerator::RandomGenerator() + { + } + + } +} \ No newline at end of file -- cgit v1.1-26-g67d0