Poker Community, Online Poker Forums

Join our poker forum today to talk strategy, and participate in private poker games with our members. Once signed in to your account, you'll be able to join the password club using poker coins, and gain instant access to our freebuy passwords.

How to Earn Poker Coins?

Can this Problem be solved?

Jonny0214

New Poker Communist
Poker Coins
15.12
We need to build a custom Poker App with a focus on ensuring the integrity of the Random Number Generator (RNG), if this is doable.
The primary technical challenge here is to isolate the RNG from re-entry, ensuring that once the 52-card deck is randomized and the initial cards are dealt,
there is no way to alter the sequence.
This requires robust implementation of cryptographic techniques to secure the RNG, and possibly hashing algorithms to verify that the sequence remains
consistent throughout the game.
Also, by employing a combination of these techniques , securing the RNG output through hashing, and using tamper-evident logs to track the sequence of cards dealt.
Additionally, we would need to implement strict access controls and potentially use hardware security modules (HSMs) to further isolate and protect the RNG.
Please let me know, if you can assist or join the 'Team'
Thanks.
HYPOINT I.L.
 
Hey Jonny,

Yeah, the card shuffle randomization ensures the integrity that can be managed by multiple well-known public domain PRNG algorithms.
1) - Fortuna
2) - SHA-1 and SHA-2 based PRNGs (e.g. Java SecureRandom)
3) - AES based generators (AES-CTR, AES-KTR, AES-OFB)
4) - ISAAC
5) - Mersenne Twister (MT)

The first 4 are cryptographically secure algorithms that you can use for your online poker software. MT is also very popular and widely used for various poker websites.

If you want to use HRNGs (Hardware) you can go with any of these devices.
1)- Quantis, Quantis + MT
2)- ComScire
Using the HRNGs requires a special setup for your poker software and that is recommended if you are operating from a poker hall, for online PRNGs are enough.

Let me know what else you want to know, I will consult you for your upcoming poker software development project.
 
Do we think that the current RNG's out here are lacking integrity? There are so many sites out here with so many former employees. I am sure if RNG's were being manipulated we would have some concrete evidence by now.
 
Do we think that the current RNG's out here are lacking integrity? There are so many sites out here with so many former employees. I am sure if RNG's were being manipulated we would have some concrete evidence by now.
I'm not sure I trust the RNG on ACR. I've had my suspicions for years. Runner Runner is a good movie about a poker site owner that was cheating his players.
 
The problem isn’t how sites generate random numbers or shuffle the cards. The real questions are:
  1. How do we know the site actually implemented the RNG as they claim?
  2. How can we verify the randomness and its implementation?
Every sites have 3rd party auditor like iTech to show their integrity but it's easy to change the system after getting the certificate.

How can players verify the randomness? They can't because in order to publicly verify fairness, every hand history must be revealed, which will kill the player privacy.

There's a fine line between integrity and privacy. We at Basepoker approached it completely differently. Instead of using RNG algorithm. We use the chain of hashes. You hash a seed a million times to get a million hashes in chain. And the millionth hash becomes the first hash. So you can guarantee that no one including the site can alter it and publicly able to verify it.

You then combine the hash with player seed, which is given to all players and also editable at anytime, to produce the final hash which will run the shuffle algorithm to distribute cards. In order to get fully verify, players can ask each other's seed and run the algo themselves. This consensus-based verification is the only way to achieve verifying the system without giving all hand history.
 

Join Password Club StockPoker Freebuy/Buy-in Password StockPoker BUY-IN Leaderboard

New Threads

Top