BetSelection.cc

Public software => Members' software => NorcoSoft => Topic started by: nOrMy2o0o on February 28, 2015, 08:03:52 PM

Title: Random Numbers Generator in Excel format
Post by: nOrMy2o0o on February 28, 2015, 08:03:52 PM
Random Numbers Generator (RNG) for Euro. wheel and Baccarat in Excel format.

Can be use in your testing...

Cheers, Normy
Title: Re: Random Numbers Generator in Excel format
Post by: Bac on March 01, 2015, 01:51:46 AM
Hi!
Appreciate you!

Cheers
Title: Re: Random Numbers Generator in Excel format
Post by: nOrMy2o0o on March 02, 2015, 10:34:09 PM
Re-download plesae (same link), first version was not that much RNG...  :no:
... fixed, now thrue RNG.  :whistle:
Title: Re: Random Numbers Generator in Excel format
Post by: sifi202 on July 22, 2015, 01:25:15 PM
Hi,
Thanks for that.
Guessing you used " =INT(RAND()*37)  " in your cell to generate the RNG numbers?

Title: Re: Random Numbers Generator in Excel format
Post by: nOrMy2o0o on July 22, 2015, 02:37:01 PM
Randomize
Cells(4, 2) = CInt(Int(37 * Rnd()))