OpenBSD has its own cryptographic random number generator.
Wherever random input is needed, arc4random is used. arc4random is an abstraction layer for currently considered as safe ciphers and produces ChaCha20 ciphers at the moment
Arc4random is “A Replacement Call For Random”, to generate very quickly high quality 32-bit pseudo-random numbers.
Details:
- arc4random(3) - OpenBSD manual pages
- arc4random(9) - OpenBSD manual pages
- OpenBSD 2.1 - Changelog
- OpenBSD 5.5