about summary refs log tree commit diff stats
path: root/Source/Random.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Random.h')
-rw-r--r--Source/Random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Random.h b/Source/Random.h index 36b6dc1..e3737ed 100644 --- a/Source/Random.h +++ b/Source/Random.h
@@ -17,6 +17,7 @@ public:
17 set[index] = set[setSize-1]; 17 set[index] = set[setSize-1];
18 setSize--; 18 setSize--;
19 } 19 }
20 assert(selection.size() == count);
20 return selection; 21 return selection;
21 } 22 }
22 23