BernoulliPicker

fun <T> BernoulliPicker(successProbability: Double, successOption: T, failureOption: T, streamNum: Int = 0): BernoulliPicker<T>