---
title: MPSGraphRandomNormalSamplingMethod
framework: metalperformanceshadersgraph
role: symbol
role_heading: Enumeration
path: metalperformanceshadersgraph/mpsgraphrandomnormalsamplingmethod
---

# MPSGraphRandomNormalSamplingMethod

The sampling method to use when generating values in the normal distribution.

## Declaration

```swift
enum MPSGraphRandomNormalSamplingMethod
```

## Topics

### Enumeration Cases

- [MPSGraphRandomNormalSamplingMethod.boxMuller](metalperformanceshadersgraph/mpsgraphrandomnormalsamplingmethod/boxmuller.md)
- [MPSGraphRandomNormalSamplingMethod.invCDF](metalperformanceshadersgraph/mpsgraphrandomnormalsamplingmethod/invcdf.md)

### Initializers

- [init(rawValue:)](metalperformanceshadersgraph/mpsgraphrandomnormalsamplingmethod/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)
