summaryrefslogtreecommitdiffstats
path: root/src/FastRandom.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use an unreserved qualifier for thread local storageCengiz Can2015-11-031-9/+11
| | | | Fixes #1906
* properly this time?Alexander Harkness2015-05-171-1/+1
|
* Fixed typo.Alexander Harkness2015-05-171-1/+1
|
* Fix FastRandom seedingworktycho2015-05-171-5/+21
| | | | | Fixes #1815 Fixes #2021
* Use thread_local in cFastRandomTiger Wang2015-03-141-2/+8
|
* Fixed grass spread, closes #1743Tiger Wang2015-03-141-24/+0
| | | | | - Removed the salt parameter in cFastRandom functions, it wasn't doing what we thought it was following the move to C++11
* Fixed c++11 branch issues.Mattes D2014-12-071-16/+16
|
* Migrated random generators to std::randomTiger Wang2014-10-191-54/+62
|
* Initalize counter in fastrandomTycho2014-04-271-1/+2
| | | | Fixes CID 43622
* Added Enchantment-Slot-Level generatingdaniel09162014-04-071-0/+10
|
* Properly fixed warnings in cFastRandom.madmaxoft2013-12-201-4/+4
|
* Moved source to srcAlexander Harkness2013-11-241-0/+174