Date: Tue, 13 Feb 2018 18:22:40 +0100
From: Martin Husemann <martin%duskware.de@localhost>
Message-ID: <20180213172240.GA9941%mail.duskware.de@localhost>
| I wonder if we should simply replace arc4random() & 0xffff by
| arc4random_uniform(0xffff)?
I would simply revert to the old way. It worked.
kre