Shuffle set after writing test
This commit is contained in:
@@ -55,6 +55,7 @@ impl WritingState {
|
|||||||
self.kana_total = "".to_string();
|
self.kana_total = "".to_string();
|
||||||
|
|
||||||
self.set = self.original_set.clone();
|
self.set = self.original_set.clone();
|
||||||
|
self.set.shuffle(&mut rand::rng());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user