Binomial RV
Parameters
p Success
the probability of success, must be in (0,1)
num Trials
the number of trials, must be greater than 0
stream Num
the stream number from the stream provider to use
constructor(pSuccess: Double, numTrials: Int, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
p Success
the probability of success, must be in (0,1)
num Trials
the number of trials, must be greater than 0
stream
the stream from the stream provider to use
name
an optional name