# `GSRandomNumberGenerator resetWithRandomSeed`

*Instance Method*

Resets the state of the RNG to a pseudo-random seed.

## Declaration

```swift
func resetWithRandomSeed()
```

```objc
- (void) resetWithRandomSeed;
```

```python
resetWithRandomSeed()
```

