---
title: MPSGraphRandomDistribution
framework: metalperformanceshadersgraph
role: symbol
role_heading: Enumeration
path: metalperformanceshadersgraph/mpsgraphrandomdistribution
---

# MPSGraphRandomDistribution

The distributions supported by random operations.

## Declaration

```swift
enum MPSGraphRandomDistribution
```

## Topics

### Enumeration Cases

- [MPSGraphRandomDistribution.normal](metalperformanceshadersgraph/mpsgraphrandomdistribution/normal.md)
- [MPSGraphRandomDistribution.truncatedNormal](metalperformanceshadersgraph/mpsgraphrandomdistribution/truncatednormal.md)
- [MPSGraphRandomDistribution.uniform](metalperformanceshadersgraph/mpsgraphrandomdistribution/uniform.md)

### Initializers

- [init(rawValue:)](metalperformanceshadersgraph/mpsgraphrandomdistribution/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
