zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

Fix seed issue in Random.swift init #103

Closed Jernharth closed 3 years ago

Jernharth commented 3 years ago

Noticed the pattern always was the same in the tests, whatever seed I used. Saw that the seed returned from Random.swift never changed. Looked into Random.swift and found this. Works like a charm now.

a6a18 commented 2 years ago

I have the same concern.