For internal spidr use only.
data BitGenerator : Type
Cast BitGenerator Int
record RngOutput : Type
MkRngOutput : XlaOp -> XlaOp -> RngOutput
.value : RngOutput -> XlaOp
value : RngOutput -> XlaOp
.state : RngOutput -> XlaOp
state : RngOutput -> XlaOp
uniformFloatingPointDistribution : HasIO io => XlaOp -> XlaOp -> BitGenerator -> XlaOp -> XlaOp -> Shape -> io RngOutput
normalFloatingPointDistribution : HasIO io => XlaOp -> XlaOp -> BitGenerator -> Shape -> io RngOutput