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

# randomSeed

A seed to generate reproducible results from random operations such as column and row subsampling.

## Declaration

```swift
var randomSeed: Int
```

## See Also

### Getting the properties

- [batchSize](createmlcomponents/fullyconnectednetworkconfiguration/batchsize.md)
- [dropoutProbability](createmlcomponents/fullyconnectednetworkconfiguration/dropoutprobability.md)
- [earlyStopIterationCount](createmlcomponents/fullyconnectednetworkconfiguration/earlystopiterationcount.md)
- [earlyStoppingTolerance](createmlcomponents/fullyconnectednetworkconfiguration/earlystoppingtolerance.md)
- [hiddenUnitCounts](createmlcomponents/fullyconnectednetworkconfiguration/hiddenunitcounts.md)
- [learningRate](createmlcomponents/fullyconnectednetworkconfiguration/learningrate.md)
- [maximumIterations](createmlcomponents/fullyconnectednetworkconfiguration/maximumiterations.md)
