Open Side Menu Go to the Top

09-27-2011 , 08:03 PM
I'd like some way to generate random starting hands for holdem, 6 players.

Is there an easy way to do this?
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
NEW SOFTWARE: A way to generate random starting hands for 6 players?
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
NEW SOFTWARE: A way to generate random starting hands for 6 players?
09-27-2011 , 08:53 PM
Quote:
Originally Posted by Nielsio
I'd like some way to generate random starting hands for holdem, 6 players.

Is there an easy way to do this?
Shuffle a deck and deal, huh?

-Andrzej.
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
09-28-2011 , 01:52 PM
Quote:
Originally Posted by A.Nironen
Shuffle a deck and deal, huh?

-Andrzej.
Yes, but any software? I would like to have it too. But to get four card dealt to each one, omaha, different amount of players, all the way up to ten.

Last edited by plaaynde; 09-28-2011 at 01:58 PM.
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
09-28-2011 , 08:21 PM
can you be more specific about what you want? Precisely what is it that the program is supposed to do?

Mvh
Inga
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
09-30-2011 , 02:56 PM
Maybe you meant something like this:



Download (FREEWARE)

The program doesn't require installation. Just run the snd.exe from any folder.

-Andrzej.
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
09-30-2011 , 03:09 PM
Title updated to reflect availability of such software
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
09-30-2011 , 03:55 PM
array of length 52 for the cards, call it a
some internal random() usually gives a number between 0 and 1, call it x
a at position round up (x*52) is a random card

check if card is already out. in that case call random() again.
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
10-01-2011 , 03:01 AM
Quote:
Originally Posted by lnternet
array of length 52 for the cards, call it a
some internal random() usually gives a number between 0 and 1, call it x
a at position round up (x*52) is a random card

check if card is already out. in that case call random() again.
I believe it's a very trivial problem for a programmer to represent a card deck and shuffle it. But the guys asking for help obviously aren't programmers, and that's why I offered to them my utility.

-Andrzej.
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
10-01-2011 , 11:06 AM
watch the SM final table relay and copy the cards then

we need to know what he needs this for to give him a good solution eh
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
10-02-2011 , 08:47 AM
Quote:
Originally Posted by A.Nironen
Maybe you meant something like this:



Download (FREEWARE)

The program doesn't require installation. Just run the snd.exe from any folder.

-Andrzej.
Nice. Is there a possibility to get the same in a graphic form, with a four color deck?
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
10-02-2011 , 09:49 AM
Quote:
Originally Posted by plaaynde
Nice. Is there a possibility to get the same in a graphic form, with a four color deck?
I'll do it in the next build, stay tuned. There should be no problem with this since I already implemented it in earlier versions of iBolide, but currently this feature has been removed from there.

-Andrzej.
NEW SOFTWARE: A way to generate random starting hands for 6 players? Quote
NEW SOFTWARE: A way to generate random starting hands for 6 players?
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
NEW SOFTWARE: A way to generate random starting hands for 6 players?

      
m