Contents

RandomTransformer

A transformer that takes an input and a random number generator and produces a randomized output.

Declaration

protocol RandomTransformer<Input, Output>

Topics

Performing the transformation

See Also

Protocols