vadymmarkov/Fakery

Random Numbers

FGoessler opened this issue · 4 comments

I would love to easily generate random numbers and unique/continuously increasing Ids with this library, too. arc4random and co aren't kind a "swifty" to use so it would be nice to have a wrapper around it.

Would you consider this to be part of this lib and would appreciate a pull request, since it's nothing that needs localisation?

@FGoessler Yes, it sounds like a good idea to include this kind of functionality to the library!

Cool - I'm on it and hope to have time at the weekend to open a pull request ;-)

@FGoessler I think it's fixed by #42