Contents

UniformRandomFloatingPointParameter

Applies the transformer with a randomly generated input parameter.

Declaration

struct UniformRandomFloatingPointParameter<RandomTransformer, Parameter> where RandomTransformer : RandomTransformer, Parameter : BinaryFloatingPoint, RandomTransformer.Input == RandomTransformer.Output, Parameter.RawSignificand : FixedWidthInteger

Mentioned in

Overview

The parameter is chosen from a continuous uniform distribution in the specified range.

Note that a new transformer is created every time this transformer is applied. This may cause performance issues if the embedded transformer creation is costly.

Topics

Creating a transformer

Getting the range

Applying

See Also

Augmentations