Open naslundx opened 2 months ago
Currently hard-coded to 0.9 vs 0.1:
option = random.choices(options, weights=(0.9, 0.1))[0]
This should maybe be an argument to the main func?
Currently hard-coded to 0.9 vs 0.1:
option = random.choices(options, weights=(0.9, 0.1))[0]
This should maybe be an argument to the main func?