diff options
author | chai <chaifix@163.com> | 2018-11-10 20:13:55 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-10 20:13:55 +0800 |
commit | e92caa97329016d012b46b9d37e1b2c3b613a8f2 (patch) | |
tree | 5bef0b7547e12f61dede5e09843e1718b808f9c4 /src/libjin/Math/je_random.cpp | |
parent | 63153bc8e742c522cfd3f5ab10609966e33310e6 (diff) |
*修改代码结构
Diffstat (limited to 'src/libjin/Math/je_random.cpp')
-rw-r--r-- | src/libjin/Math/je_random.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libjin/Math/je_random.cpp b/src/libjin/Math/je_random.cpp index a8f3310..983fa36 100644 --- a/src/libjin/Math/je_random.cpp +++ b/src/libjin/Math/je_random.cpp @@ -5,8 +5,6 @@ namespace JinEngine namespace Math { - - RandomGenerator::RandomGenerator() { } |