Open Side Menu Go to the Top
Register
Random number generator Random number generator

04-17-2018 , 03:11 PM
Do any of you guys use a desktop widget or some other small program to generate random numbers to help with mixed strategies? I have googled for about an hour and cannot seem to find anything worth using. I would like something really small I can use in the corner of my desktop while playing multiple tables.

Thanks in advance.
Random number generator Quote
04-17-2018 , 06:51 PM
You could make something fairly easily using html and js, maybe some css also.
Random number generator Quote
04-24-2018 , 04:04 AM
Randomize.

I created a free simple utility which helps you randomize your actions.
The main panel is an always on top window and positioned in the top-right corner of the screen.

You can download it here.
http://holdemranges.com/download.html

If you have Java installed download version without JRE.

Hope it helps.
Random number generator Quote
04-30-2020 , 11:38 PM
A random number generator on a computer is an algorithm which produces a sequence of numbers which are considered random since there is little correlation between the consecutive values. There are several different implementations, the most common is a sequence of state machines which feed outputs from one machine into the next through some xor gates and there are feedback loops which control these gates, so as the random number generates values (number picker tool), the values are ‘feedback’ into earlier states and this creates the randomness, the machine is tuned to give a realistic sequence of random numbers. The numbers are really ‘pseudo’ random since the random number generator will generate the same sequence if initialize with the same values (seed), but that is usually good enough for most purposes.
Random number generator Quote
05-01-2020 , 04:12 PM
Using some google skills I found this https://github.com/Alstig/RandomNumber

Seems pretty much what you are asking for.
Random number generator Quote
05-06-2020 , 05:43 PM
Made a simple rng, no additional download/install required, works in web browser.

Go to this link and after it loads, right click, "Save as..."
https://raw.githubusercontent.com/ma...aster/rng.html

It will work as is but you cannot make the window small in Chrome, here is a video that shows how to make it work as a pop-up so that you can resize the window to be smaller.

https://gfycat.com/meekamplecrow (watch in HD)
Random number generator Quote
07-15-2020 , 02:16 PM
how does an RNG help with mixed strategies and multi-tables?
Random number generator Quote
08-05-2020 , 10:56 PM
Hey there guys, you can check out Jurojin, a free multi tabling tool that counts with a nice little rng gadget!

cheers
Random number generator Quote
08-31-2021 , 03:09 AM
random.org
Random number generator Quote

      
m