summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index b644a1d..6615e31 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h
@@ -13,6 +13,8 @@ class Randomizer {
13public: 13public:
14 Randomizer(); 14 Randomizer();
15 15
16 void Randomize(int seed);
17
16 void Randomize(std::vector<int>& panels, int flags); 18 void Randomize(std::vector<int>& panels, int flags);
17 void RandomizeRange(std::vector<int> &panels, int flags, size_t startIndex, size_t endIndex); 19 void RandomizeRange(std::vector<int> &panels, int flags, size_t startIndex, size_t endIndex);
18 void SwapPanels(int panel1, int panel2, int flags); 20 void SwapPanels(int panel1, int panel2, int flags);