1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

replacing with an explicit list

This commit is contained in:
Zeno Rogue
2018-06-17 18:32:06 +02:00
parent dabf322095
commit d3200253db
5 changed files with 40 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ namespace hr { namespace inv {
return int(mirrorqty0(orb) * sqrt(1.000001+items[itPower]/20.));
}
mt19937 invr;
std::mt19937 invr;
void sirand(int i) {
invr.seed(i);