# `GSRandomNumberGenerator resetWithSeed:`

*Instance Method*

Resets the state of the RNG to the given seed.

## Declaration

```swift
func reset(withSeed seed: UInt64)
```

```objc
- (void) resetWithSeed:(uint64_t) seed;
```

```python
resetWithSeed_(seed: int)
```

