Struct RandRange

struct RandRange(alias randFun, T...) ;

Constructors

NameDescription
this

Fields

NameTypeDescription
args T
frontElem typeof(randFun(args))
normData double

Properties

NameTypeDescription
front[get] typeof(randFun(args))
save[get] typeof(this)

Methods

NameDescription
popFront