add new methods to PseudoRandom & move this class to util::

This commit is contained in:
MihailRis
2024-09-24 22:37:31 +03:00
parent c987bbd34f
commit 36eed38b4c
3 changed files with 62 additions and 49 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ using inventories_map = std::unordered_map<int64_t, std::shared_ptr<Inventory>>;
class Inventories {
Level& level;
inventories_map map;
PseudoRandom random;
util::PseudoRandom random;
public:
Inventories(Level& level);
~Inventories();