KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.random.rvariable
/
PoissonRV
/
PoissonRV
Poisson
RV
constructor
(
mean
:
Double
,
streamNum
:
Int
)
constructor
(
mean
:
Double
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
,
name
:
String
?
=
null
)
Parameters
mean
the mean rate, must be greater than 0.0
stream
the random number stream