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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user