Search
Preparing search index...
The search index is not available
Bayes Server
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"core"
Random
Class Random
Default implementation of IRandom.
Hierarchy
Random
Implements
IRandom
Index
Constructors
constructor
Methods
next
next
Double
Constructors
constructor
new
Random
(
)
:
Random
new
Random
(
seed
:
number
)
:
Random
Returns
Random
Parameters
seed:
number
Returns
Random
Methods
next
next
(
minValue
:
number
, maxValue
:
number
)
:
number
Parameters
minValue:
number
maxValue:
number
Returns
number
next
Double
next
Double
(
)
:
number
inheritdoc
Returns
number
Globals
"core"
"inference"
"statistics"
Random
constructor
next
next
Double
Default implementation of IRandom.