Task 10 exercise a

This commit is contained in:
Jan-Niclas Loosen
2026-01-26 22:40:07 +01:00
parent 90ce78f17d
commit b8a2972b6b
5 changed files with 392 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ dice_props = [0.1, 0.1, 0.1, 0.1, 0.1, 0.5]
coin_sides = ['Head', 'Number']
coin_head = [0.1, 0.5]
rep = 100000
rep = 100
# --- Dice test ---
res_cpp, acc_dice, rej_dice = throw_dice_cpp(rep, dice_sides, dice_props)