Dev1an / Swift-Atem

Blackmagic Design Atem network protocol implementation in swift 5.1 using NIO 2
MIT License
59 stars 27 forks source link

Let iOS use correct random function #5

Closed tfe closed 4 years ago

tfe commented 4 years ago

Resolves this build error for an iOS project:

'random()' is unavailable in Swift: Use arc4random instead.