schedule individuals into follow up events based based on bernoulli draws of prob_successful

schedule_outcome(target, prob_successful, success_event, failure_event)

Arguments

target

the individuals to draw from

prob_successful

the probability each target individual is successful

success_event

will be scheduled on success

failure_event

will be scheduled on failure