Page 2 of 2 FirstFirst 12
Results 14 to 19 of 19

Thread: Top Software

  1. #14
    Senior Member UK-21's Avatar
    Join Date
    Mar 2012
    Location
    Somewhere green and leafy in the UK.
    Posts
    304


    Did you find this post helpful? Yes | No
    Quote Originally Posted by Norm View Post
    Doesn't repeat completely. Just becomes less random. MS claims the RNG is much better in Excel 2003 on.
    Interesting. I prefix the RNG call with the" RANDOMIZE" function which. allegedly, then pulls the RN as a derivative of the date/time showing in the system clock. The RNG does come with a health warning though - that it shouldn't be used for security or encryption routines, as it is possible under certain circumstances to predict it. I'm using Excel 2013.
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    Visit UK-21's Degenerate Gamblers Pages - www.uk-21.org

  2. #15
    Random number herder Norm's Avatar
    Join Date
    Dec 2011
    Location
    The mote in God's eye
    Posts
    12,474
    Blog Entries
    59


    Did you find this post helpful? Yes | No
    You should only call RANDOMIZE once. If you call it before every RNG call, you are destroying the RNG.
    "I don't think outside the box; I think of what I can do with the box." - Henri Matisse

  3. #16
    Senior Member UK-21's Avatar
    Join Date
    Mar 2012
    Location
    Somewhere green and leafy in the UK.
    Posts
    304


    Did you find this post helpful? Yes | No
    Quote Originally Posted by Norm View Post
    You should only call RANDOMIZE once. If you call it before every RNG call, you are destroying the RNG.
    I've got it inside a loop which continues to call a RN until it jumps out, so it will be called every time. Should I move it outside? Do you have details as to how it works in detail, as I've found precious little apart from advice to use it prior to the RN call.
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    Visit UK-21's Degenerate Gamblers Pages - www.uk-21.org

  4. #17
    Random number herder Norm's Avatar
    Join Date
    Dec 2011
    Location
    The mote in God's eye
    Posts
    12,474
    Blog Entries
    59


    Did you find this post helpful? Yes | No
    Pull it out. Randomize is meant to intitialize the RNG. If you call it every time, the RNG has no function. You are basically using the clock, which is about the least random thing in a PC.
    "I don't think outside the box; I think of what I can do with the box." - Henri Matisse

  5. #18
    Senior Member UK-21's Avatar
    Join Date
    Mar 2012
    Location
    Somewhere green and leafy in the UK.
    Posts
    304


    Did you find this post helpful? Yes | No
    Got it covered. Thanks.
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    Visit UK-21's Degenerate Gamblers Pages - www.uk-21.org

  6. #19


    Did you find this post helpful? Yes | No

    Excel not excellent

    Hi, PE_Guy

    Here's an article about the RNG in versions of Excel that gives you a sense of what you get with Microsoft products.

    http://www.pages.drexel.edu/~bdm25/excel-rng.pdf

    Here's the abstract from the paper:

    "Microsoft attempted to implement the Wichmann–Hill RNG in Excel 2003 and failed; it didnot just produce numbers between zero and unity, it would also produce negative numbers.Microsoft issued a patch that allegedly fixed the problem so that the patched Excel 2003and Excel 2007 now implement the Wichmann–Hill RNG, as least according to Microsoft.We show that whatever RNG it is that Microsoft has implemented in these versions of Excel,it is not the Wichmann–Hill RNG. Microsoft has now failed twice to implement the dozenlines of code that define the Wichmann–Hill RNG.©"

    MC Simulations require a strong RNG in order to produce reliable results. Norm's software is ideal for BJ sims: Casino Verite. I have written BJ MC and stats sims in Java for my own use and I use the Mersenne Twister for RNG. It is very fast and seems well-suited for MC sims:

    http://www.math.sci.hiroshima-u.ac.j...at/MT/emt.html

    Progressive systems simply cannot work. Probability is not intuitive for most people. As a recent business student/graduate (I'm guessing), you might enjoy the challenge of studying it on your own to understand why and how card counting works in theory. There are so many free resources. If your education included extensive math, Peter Griffin's book, "The Theory of BJ" will challenge and enlighten you.

    AP Blackjack is fun and it's easy to get sucked into this world once you start. It's a fun journey and you've come to the right place to learn about it. Just be sure you're not a problem gambler before you go too far.

    Best of luck to you!
    SiMi

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Simulation Software
    By Mr BJ75 in forum Software
    Replies: 1
    Last Post: 08-31-2013, 10:29 AM
  2. hawk: old 80's software ?
    By hawk in forum Computing for Counters
    Replies: 0
    Last Post: 06-26-2007, 01:46 PM
  3. D: Sim software
    By D in forum Computing for Counters
    Replies: 1
    Last Post: 09-26-2004, 08:25 AM
  4. sam: ko software
    By sam in forum Blackjack Beginners
    Replies: 12
    Last Post: 05-14-2004, 07:18 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About Blackjack: The Forum

BJTF is an advantage player site based on the principles of comity. That is, civil and considerate behavior for the mutual benefit of all involved. The goal of advantage play is the legal extraction of funds from gaming establishments by gaining a mathematic advantage and developing the skills required to use that advantage. To maximize our success, it is important to understand that we are all on the same side. Personal conflicts simply get in the way of our goals.