The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BinomialVariable.this
mir
random
variable
BinomialVariable
struct
BinomialVariable
(T)
this
(
size_t
n
,
T
p
)
if
(
isFloatingPoint
!
T
)
Parameters
n
size_t
n > 0; number of trials
p
T
p ∈ [0,1]; success probability in each trial
Meta
Source
See Implementation
mir
random
variable
BinomialVariable
constructors
this
functions
max
opCall
manifest constants
isRandomVariable
variables
min