3.0 / November 19, 2014
(4.2/5) (164)

Description

A very simple app that will provide randomnumbers between any two start and end numbers between 0 and999,999,999.

Great for simulating dice, RNG, or for any other time you need arandom number!

Uses Java's Random class (http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html)and nextInt(int) method to generate the numbers, if you areinterested in what the app uses to generate these numbers. A freshRandom class is generated on each button press, so the same seed isnot used twice.

This app is completely open source, and the github page islinked via the "Developer's Website" link below thisdescription.

App Information Random Number Generator

  • App Name
    Random Number Generator
  • Package Name
    com.tywholland.rng
  • Updated
    November 19, 2014
  • File Size
    4.2M
  • Requires Android
    Android 4.0 and up
  • Version
    3.0
  • Developer
    Tywholland
  • Installs
    10,000 - 50,000
  • Price
    Free
  • Category
    Tools
  • Developer
  • Google Play Link

Tywholland Show More...

Random Number Generator 3.0 APK
Tywholland
A very simple app that will provide randomnumbers between any two start and end numbers between 0 and999,999,999.Great for simulating dice, RNG, or for any other time you need arandom number!Uses Java's Random class (http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html)and nextInt(int) method to generate the numbers, if you areinterested in what the app uses to generate these numbers. A freshRandom class is generated on each button press, so the same seed isnot used twice.This app is completely open source, and the github page islinked via the "Developer's Website" link below thisdescription.
Kitchen Sync (Alpha) 3.1 APK
Tywholland
Note: This app is no longer in activedevelopment, and some features might not work. There have been manyreports of the Google Docs syncing not working, and this problemwon't be fixed in the future. The app will still work, it justwon't sync with Google Docs.The Alpha Version of Kitchen Sync!Easily manage your grocery list on both Google Docs and on yourAndroid device.When you first launch the app, it should ask you for permissionto use your Google account so that it can sync with Google Docs.After permission has been granted, it will create a Google DocSpreadsheet called Kitchen Sync Grocery List, and that is where youcan add/edit your grocery list from your computer. The app willsync with Google Docs whenever you start the app or hit refresh inthe Grocery List view.This was my senior project at Cal Poly San Luis Obispo. It iscompletely open source, and the source can be found at https://github.com/Tywholland/KitchenSync
Simple Counter 1.0 APK
Tywholland
A simple counter app to help you tally orcountthings easily!Simply tap the button to increase by 1, and long press onthebutton to decrease by 1. The reset button on the top will setthebutton back to 0.This app is open source, you can view the source code athttps://github.com/Tywholland/SimpleCounter.