Skip to content

TytaniumDev/RandomNumberGenerator

Repository files navigation

A very simple app that will provide random numbers between any two start and end numbers.

Great for simulating dice, or rng, or for any other time you need a random 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 are interested in what the app uses to generate these numbers. A fresh Random class is generated on each button press, so the same seed is not used twice.

App Screenshot

Developed By

License

Copyright 2012 Tyler Holland

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Random Number Generator for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published