APKPure で安全で高速な APK のダウンロード
APKPure は署名検証を使用して、ウイルスフリーの Random Number Generator APK ダウンロードを保証します。
ダイス、RNG、または乱数の他のタイプをシミュレートするためのシンプルなアプリ!
A very simple app that will provide random numbers between any two start and end numbers between 0 and 999,999,999.
Great for simulating dice, 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.
This app is completely open source, and the github page is linked via the "Developer's Website" link below this description.