---
title: BNNSRandomGeneratorMethodAES_CTR
framework: accelerate
role: symbol
role_heading: Global Variable
path: accelerate/bnnsrandomgeneratormethodaes_ctr
---

# BNNSRandomGeneratorMethodAES_CTR

A constant that specifes an implementation that’s based on the Advanced Encryption Standard (AES) hash of a counter.

## Declaration

```swift
var BNNSRandomGeneratorMethodAES_CTR: BNNSRandomGeneratorMethod { get }
```

## Discussion

Discussion important: Don’t use this method for cryptographic applications.

## See Also

### Random Number Generation Methods

- [init(_:)](accelerate/bnnsrandomgeneratormethod/init(_:).md)
- [init(rawValue:)](accelerate/bnnsrandomgeneratormethod/init(rawvalue:).md)
- [rawValue](accelerate/bnnsrandomgeneratormethod/rawvalue.md)
