oa::FnMatrix::philoxNormal

philoxNormal: Generate normal-distribution random values with Philox.

Function Documentation

oa::Matrix oa::FnMatrix::philoxNormal( const oa::Matrix & inA, oa::F32 inMean = 0.0F, oa::F32 inStddev = 1.0F, oa::U64 inSeed = 0 )
philoxNormal: Generate normal-distribution random values with Philox.

Parameters

inA
const oa::Matrix &

inMean
oa::F32

Default: 0.0F

inStddev
oa::F32

Default: 1.0F

inSeed
oa::U64

Default: 0

Returns

oa::Matrix

The declared return value.