Skip to content
/ Rand Public

This is a simple iOS application that creates 20 digit random numbers.

Notifications You must be signed in to change notification settings

miltoskat/Rand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Rand

Γλώσσες

What is Rand?

Rand is a simple iOS application that calculates a 20 digit random number. It is completely built in Swift so it is lightweight and features two buttons, a START and a STOP button, that until now worked flawlessly.

CPU USAGE

CPU USAGE While it's running, it computes 20 independent random numbers, refreshing with an independent Double time interval between 0 and 1 second. That means 20 numbers with 20 different time intervals updating after every refresh. Apparently, that takes some processing power to accomplish.

Changelog

Rand 3.0 Update

  • Updated for iOS 15.0.2
  • UI Improvements
  • Bug Fixes
  • Many new features...

Contributors

  • Miltos Katifedenios (Owner of this repo)
  • Vasilis Sakkas (Contributor)

FAQ

  • How do I run this app?
    • First, you need to clone this repo, then you need to open it using the latest xCode, after that, select the device or emulator you want to run it and hit CMD + R. (We suggest running the application with newer iOS versions)
  • Is this project finished?
    • No, while the app was finished and worked as expected, right now it needs to be updated to work with the newer versions of iOS, also there are some tasks such as code clean-up and refactor, improve UI, etc. that are yet to be done.
  • How can I help with the app?
    • You can start by checking the Projects tab, to see if there are is anything in the Todo list.
    • Also, remember to keep the code clean and robust. Pull Requests with low quality code will not be accepted.

Want to contribute?

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/miltoskat/Rand.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3

About

This is a simple iOS application that creates 20 digit random numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages