Changeset 896 for cpp/common/nonstd_math.cpp
- Timestamp:
- 11/30/19 01:30:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/common/nonstd_math.cpp ΒΆ
r867 r896 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2019 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 5 5 #include "nonstd_math.h" 6 6 7 RandomGenerator &rndGetInstance()7 RandomGenerator &rndGetInstance() 8 8 { 9 9 static RandomGenerator rnd(0);
Note: See TracChangeset
for help on using the changeset viewer.