# `GSRandomNumberGenerator nextBool`

*Instance Method*

Returns a random Boolean and advances the random number generator.

## Declaration

```swift
func nextBool() -> Bool
```

```objc
- (BOOL) nextBool;
```

```python
nextBool() -> bool
```

