UniformRandomIntegerParameter
Applies the transformer with a randomly generated input parameter.
Declaration
final class UniformRandomIntegerParameter<RandomTransformer, Parameter> where RandomTransformer : RandomTransformer, Parameter : FixedWidthInteger, RandomTransformer.Input == RandomTransformer.OutputOverview
The parameter is chosen from a discrete 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.