---
title: randomSeed
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/timeseriesclassifierconfiguration/randomseed
---

# randomSeed

A seed to generate reproducible results from random operations.

## Declaration

```swift
var randomSeed: Int?
```

## See Also

### Inspecting a time series classifier configuration

- [batchSize](createmlcomponents/timeseriesclassifierconfiguration/batchsize.md)
- [earlyStoppingIterationCount](createmlcomponents/timeseriesclassifierconfiguration/earlystoppingiterationcount.md)
- [earlyStoppingTolerance](createmlcomponents/timeseriesclassifierconfiguration/earlystoppingtolerance.md)
- [learningRate](createmlcomponents/timeseriesclassifierconfiguration/learningrate.md)
- [maximumIterationCount](createmlcomponents/timeseriesclassifierconfiguration/maximumiterationcount.md)
- [maximumSequenceLength](createmlcomponents/timeseriesclassifierconfiguration/maximumsequencelength.md)
- [minimumSequenceLength](createmlcomponents/timeseriesclassifierconfiguration/minimumsequencelength.md)
