Contents

UniformRandomIntegerParameter

Applies the transformer with a randomly generated input parameter.

Declaration

final class UniformRandomIntegerParameter<RandomTransformer, Parameter> where RandomTransformer : RandomTransformer, Parameter : FixedWidthInteger, RandomTransformer.Input == RandomTransformer.Output

Overview

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.

Topics

Creating a transformer

Getting the range

Applying

See Also

Augmentations