Task 10 exercise a
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user