KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
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