Git Product home page Git Product logo

swiftrandom's People

Contributors

andrewsb avatar bcylin avatar esqarrouth avatar felipeferri avatar hipersonic avatar kellyi avatar krider2010 avatar lufzi avatar mroffmix avatar readmecritic avatar sabatinomasala avatar thellimist avatar vdka avatar wohlert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swiftrandom's Issues

stuck on SwiftRandom why?

Add email generator

Sometimes I need to test api or just fill the screen with fake data, like users and in this case I need to show fake email address. Can you add it?

Simplified asMethod names (recommendation)

Suggest removing the random prefix to all the asMethods. So class level methods like:

Randoms.randomInt(10,20)
Randoms.randomString(ofLength: 16)
Randoms.randomFakeName()

become shorter to:

Randoms.int(10,20)
Randoms.string(ofLength: 16)
Randoms.fakeName()

Build as a Framework

Neat ๐Ÿ‘I think this projects has a lot of potential, but currently I wouldn't use it because it'd require me to either copy and paste or use a git submodule ๐Ÿ˜•.

If you'd build it as a framework, thus supporting Carthage and CocoaPods, it would be easier for developers to adopt SwiftRandom. ๐Ÿ˜„

Looking for additional maintainers of this project.

I've been working on different technologies lately. Keeping up with Swift's fast iterations takes a lot of my time. Let me know if you are interested in reviewing PRs, managing issues and handling releases of this project.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.