Giter Club home page Giter Club logo

random-number-generator's Introduction

Download

Get it on Google Play

License

Copyright 2015-present Alexander Chiou

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.

random-number-generator's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

random-number-generator's Issues

RNG min/max range is asymmetric

See this image

asymmetric min/max range

The least allowed negative integer is -99999999 (-10^8 + 1) while the greatest allowed positive integer 999999999 (10^9 - 1). In theory, the least allowed integer should be -10^9 + 1.

Show generated numbers as dialog

Dialog should have options to copy text and say numbers (assuming this works). Doing this should allow us to remove the awkward tutorial.

Play Store won't install app on Android 14

For Android 14 devices, the Google Play Store app doesn't show this app. If you search for it on the Play Store website, it says this app "Does not work on your device", although it doesn't give any details about why it can't be installed on Android 14.

Thanks for making this app, and making it open source!

Add password generator

V1 features:

  1. Password length (1 to 128)
  2. Needs a capital letter
  3. Needs a special character (!, @, #, $, %, ^, &, *)
  4. Needs a number

We can just generate an alphabetical lower-case string and then go through each constraint and replace a character at random if it's ticked in.

Enhancement needed

Hello!!!
I have to say kodus for this sweet project here and i like to make a proposal on improving the project.
I and my folks have been using the app to play Ludo game and we have to use our mobile individually to play the game but lots of cheat used to happened because sometimes some guys will roll twice and we get to confused on the first roll that was originality made. That moved me to make this proposal

Ability to connect mobile together using hotspot or bluetooth

whereby users that decide to use the app to play game will have their device connected together and their will be name of the mobile showing within the app. So if Player A roll the dice it will show on others device that 4,6 is rolled by Player A and they will be forced to count as well as there won't be any means of cheat while playing and these will definitely be a very nice enhancement.
I know this might involve lots of coding and all that but at the long run it might end up being a win.

Thank you!!!

Add lottery mode

Powerball (5 from 1 to 69, 1 from 1 to 26)
Mega Millions (1 to 75, 1 from 1 to 15)

5 rows generated by default.

Sum can overflow

It is possible that the sum can overflow, as in this image.

example where the sum can overflow

This can be fixed by storing the sum in a long, rather than an int.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.