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 : FixedWidthIntegerMentioned 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.