toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.random.rvariable
/
NormalRV
/
NormalRV
Normal
RV
constructor
(
mean
:
Double
,
variance
:
Double
,
streamNum
:
Int
)
constructor
(
mean
:
Double
=
0.0
,
variance
:
Double
=
1.0
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
,
name
:
String
?
=
null
)
Parameters
mean
the mean of the distribution
variance
the variance of the distribution