`srand` is not accessible in swift. Remove `srand` anyhow as anything using `rand` for any actual randomness should be considered a bug in need of fixing rather than viewing `srand` as an acceptable workaround.
Co-authored-by: Adam Sharp <sharplet@signal.org>