Idris2Doc : Compiler.Xla.HLO.Builder.Lib.PRNG

Compiler.Xla.HLO.Builder.Lib.PRNG

For internal spidr use only.

Definitions

dataBitGenerator : Type
Totality: total
Visibility: public export
Constructors:
ThreeFry : BitGenerator
Philox : BitGenerator

Hint: 
CastBitGeneratorInt
recordRngOutput : Type
Totality: total
Visibility: public export
Constructor: 
MkRngOutput : XlaOp->XlaOp->RngOutput

Projections:
.state : RngOutput->XlaOp
.value : RngOutput->XlaOp
.value : RngOutput->XlaOp
Totality: total
Visibility: public export
value : RngOutput->XlaOp
Totality: total
Visibility: public export
.state : RngOutput->XlaOp
Totality: total
Visibility: public export
state : RngOutput->XlaOp
Totality: total
Visibility: public export
uniformFloatingPointDistribution : HasIOio=>XlaOp->XlaOp->BitGenerator->XlaOp->XlaOp->Shape->ioRngOutput
Totality: total
Visibility: export
normalFloatingPointDistribution : HasIOio=>XlaOp->XlaOp->BitGenerator->Shape->ioRngOutput
Totality: total
Visibility: export