Currently users are launched in the order they’re defined. If a user has a weight of 10 the ten of those users are launched before the next type of user.
Make .round_robin() an optional argument to GooseAttack so one or each type is created instead (respecting weights so we don’t change the total number if each type if user created)
Currently users are launched in the order they’re defined. If a user has a weight of 10 the ten of those users are launched before the next type of user.
Make .round_robin() an optional argument to GooseAttack so one or each type is created instead (respecting weights so we don’t change the total number if each type if user created)
Another option could be .rand()