---
title: "GenerationOptions.SamplingMode.Kind.top(k:seed:)"
framework: foundationmodels
role: symbol
role_heading: Case
path: "foundationmodels/generationoptions/samplingmode-swift.struct/kind-swift.enum/top(k:seed:)"
---

# GenerationOptions.SamplingMode.Kind.top(k:seed:)

## Declaration

```swift
case top(k: Int, seed: UInt64?)
```

## See Also

### Sampling cases

- [GenerationOptions.SamplingMode.Kind.greedy](foundationmodels/generationoptions/samplingmode-swift.struct/kind-swift.enum/greedy.md)
- [GenerationOptions.SamplingMode.Kind.nucleus(threshold:seed:)](foundationmodels/generationoptions/samplingmode-swift.struct/kind-swift.enum/nucleus(threshold:seed:).md)
