# `GSRandomNumberGenerator initWithSeed:`

*Initializer*

Creates an insecure RNG with the given seed.

## Declaration

```swift
init(seed: UInt64)
```

```objc
- (instancetype) initWithSeed:(uint64_t) seed;
```

```python
initWithSeed_(seed: int) -> GSRandomNumberGenerator
```

