From 94f5663f2a1250950b41ec9b328004adbce99d60 Mon Sep 17 00:00:00 2001 From: KP9lKk Date: Wed, 18 Dec 2024 15:30:24 +0300 Subject: [PATCH] new task for chance --- LootBoxSimulator/Program.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/LootBoxSimulator/Program.cs b/LootBoxSimulator/Program.cs index 8071de5..cd50b37 100644 --- a/LootBoxSimulator/Program.cs +++ b/LootBoxSimulator/Program.cs @@ -41,4 +41,7 @@ RateDao? RandomizeRate() end += rates[i].Rate; } return null; -} \ No newline at end of file +} +//добавить проверку при изменения редкость, что сумма всех редкостей должна быть равна +//или меньше единицы; добавить проверку, что расчет выпадения редкости работает тогда, +//и только тогда, когда сумма вероятностей равна единице \ No newline at end of file