Skip to forum
Random Number Gener...
 
Notifications
Clear all

Random Number Generator (RNG) Smartwatch App (Useful for Live and Online Poker) [OFFICIAL Thread]

10 Posts
5 Users
4 Reactions
3,756 Views
kellerassel
Joined: 22.04.2011

Hey all,

I implemented a small hobby project, a smartwatch app generating random numbers during live poker play in the casino. Of course it might be also useful playing online poker.

At this moment the app is available for the following Fitbit devices:
Ionic, Versa, Versa Lite, Versa 2, Versa 3 und Fitbit Sense

If there is interest I may extend support for more devices in the future.

Following the link for the Fitbit Appstore:
Fitbit Appstore Link

The display of the watch keeps on the whole time during the app usage. Therefore no manual interaction is required while playing live poker hands. Should be no issues at all, because it only takes one blink to the display to get a new random number and should be completely legal to use.

Currently, the app is free, which means it has 365 free days of trial period set.

Following default settings on startup:

  • One random number in each corner of the display
  • The symbols are just for decoration
  • New random numbers are generated each 5 seconds
  • Random numbers are generated between 0-99

Following settings are configurable:

  • RNG Interval (1-60s)
  • RNG Min Value (0-1)
  • RNG Max Value (99-100)

I would appreciate any feedback :f_pleased:

Important: please note that PokerStrategy.com does not take any responsibility for the software advertised in this thread.
We were not involved in the development and thus cannot guarantee the reliability or proper functionality of this software.
You use the software described in this thread at your own risk.


Reply
Quote
9 replies
Super Moderator
VorpalF2F
Joined: 02.09.2010

Nifty
Please read this thread: https://forums.pokerstrategy.com/forum/thread.php?postid=2002004#post2002004

If you are intending to charge for your app in the future, or on other platform, you should create a customer support ticket Follow the link then click the beside "Open a new ticket"
In that ticket you can request permission to continue to maintain the thread for paid products.
Note that I do not know if that is possible.


Reply
Quote
monteCarlol
Joined: 24.08.2019

Pretty Cool!
Don't know if you are allowed to use mobile phones while playing live poker?
If you are, I made a web app you could use as well: https://randomiz3r.surge.sh/timer/0
(Random number changes when you click on it, or every n seconds, where n is the last path element of the URL, 0=never)


Reply
Quote
kellerassel
Joined: 22.04.2011

Originally posted by monteCarlol
Pretty Cool!
Don't know if you are allowed to use mobile phones while playing live poker?
If you are, I made a web app you could use as well: https://randomiz3r.surge.sh/timer/0
(Random number changes when you click on it, or every n seconds, where n is the last path element of the URL, 0=never)

Using the phone during a hand (actively pressing buttons) is not allowed in most casinos. Thats why most of the players might use the tournament clock seconds count that might be displayed somewhere, but basically no other option to randomize in live poker. And thats why I tried to reduce manual interaction to generate random numbers during a hand.


Reply
Quote
kellerassel
Joined: 22.04.2011

Update:
Additional supported devices:
Fitbit Ionic, Versa, Versa Lite, Versa 2

Also I implemented the following configurable settings (in Fitbit app settings on the phone):

  • RNG Interval (1-60s)
  • RNG Min Value (0-1)
  • RNG Max Value (99-100)

Reply
Quote
Ionutbru
Joined: 02.10.2024

Hello, can you do for samsung watch 6.0?


Reply
Quote
Moderator
SDK1987
Joined: 12.11.2008

Originally posted by Ionutbru
Hello, can you do for samsung watch 6.0?

Don't know you saw. This is a thread of more than 3 years old


Reply
Quote
Ionutbru
Joined: 02.10.2024

I writed a script in Lua but I don't know how to delay 5 second between number.All the random nr appear in the same time.


Reply
Quote
Super Moderator
VorpalF2F
Joined: 02.09.2010

Originally posted by Ionutbru
I writed a script in Lua but I don't know how to delay 5 second between number.All the random nr appear in the same time.

I don't use Lua, however I do use an AI called Perplexity.
I gave it the prompt: "how to implement a 5 second delay in lua".
Here is a link to the output:
https://www.perplexity.ai/search/how-to-implement-a-5-second-de-J4vexaoqRH2eBc_xVUlGSw

Essentially it boils down to:

os.execute("sleep 5")

Reply
Quote
Ionutbru
Joined: 02.10.2024

Thank you.Lua it is mandatory. Perplexity help me
with script but I can't implement in wear os.Maybe it's to complicated
for me or maybe the platform doesn't allow .


Reply
Quote