---
title: ShuffleRandomly
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/shufflerandomly
---

# ShuffleRandomly

Apply transformations in a random order.

## Declaration

```swift
struct ShuffleRandomly<Element>
```

## Topics

### Creating a transformer

- [init(_:)](createmlcomponents/shufflerandomly/init(_:).md)

### Performing the transformation

- [applied(to:generator:eventHandler:)](createmlcomponents/shufflerandomly/applied(to:generator:eventhandler:).md)

## Relationships

### Conforms To

- [RandomTransformer](createmlcomponents/randomtransformer.md)

## See Also

### Augmentations

- [ApplyEachRandomly](createmlcomponents/applyeachrandomly.md)
- [ApplyRandomly](createmlcomponents/applyrandomly.md)
- [AugmentationBuilder](createmlcomponents/augmentationbuilder.md)
- [AugmentationSequence](createmlcomponents/augmentationsequence.md)
- [Augmenter](createmlcomponents/augmenter.md)
- [ChooseRandomly](createmlcomponents/chooserandomly.md)
- [RandomImageCropper](createmlcomponents/randomimagecropper.md)
- [UniformRandomFloatingPointParameter](createmlcomponents/uniformrandomfloatingpointparameter.md)
- [UniformRandomIntegerParameter](createmlcomponents/uniformrandomintegerparameter.md)
- [UpsampledAugmentationSequence](createmlcomponents/upsampledaugmentationsequence.md)
