SkillAgentSearch skills...

RandomNumberGenerator

Random Number Generator for Android

Install / Use

/learn @TytaniumDev/RandomNumberGenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Random Number Generator Icon Random Number Generator

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.
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated10y ago
Forks2

Languages

Java

Security Score

55/100

Audited on Sep 11, 2015

No findings