Increased desired chance of success for lock population
This commit is contained in:
parent
03f0f7859e
commit
fd1700d650
13 changed files with 34 additions and 15 deletions
|
|
@ -1,4 +1,13 @@
|
|||
using DiceProbabilities;
|
||||
|
||||
Console.WriteLine(DiceRollProbability.RollFourPickTwoPickTwoAgainOdds());
|
||||
string input = Console.ReadLine();
|
||||
while (input != "")
|
||||
{
|
||||
|
||||
List<string>? inputtedOptions = input?.Split(',').ToList();
|
||||
float odds = RollFourSumTwo.GetProbalityOfAtleastOneUnlocking(inputtedOptions);
|
||||
Console.WriteLine(odds);
|
||||
input = Console.ReadLine();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue