Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
My solution works but Codewars Environment throws and error.
"solution.swift:23:31: error: value of type 'Duration' has no member 'formatted'".
Duration does have the 'formatted()' method.
I get this message when using FrankK's solution:
error: winningNumber.playground:72:13: error: 'random()' is unavailable in Swift: Use arc4random instead.
return (random() % limit)+min
But, arc4Random_uniform, also does not work, although it works perfectly in Playgrounds.