Chain Reaction test 1 a fizzle

Published:

Test one involved seeding RANDOMIZE in a loop of the numbers 1 to 1,000,000 (one at a time)... generating a random list of numbers equal in length to the draw history... comparing for matches, then printing out the highest ones found.

UNFORTUNATELY there was no great news.

There are 1,570 draws so far on PA mid-day pick3 and the best list only matched 9. YES technically this beats the game on paper (cost to play taken from 9 straight hits = a profit of $2,930) but it is NOT what I was hoping for.

It is better than LRS, which picked 2 straight hits for the mid-day...

but I must move on.

trying different seeds next, ROUND vs INT for the pick, decimals etc...

I am looking for 227 hits, that averages one a week.

So I did show good results if it were a ball drawn game, but BAD results trying to synch 2 RNGs... Ideal would be of course 1,570 matches...

not there yet, but NOT giving up either, the potential returns are too great!

still haven't spent a dime so it's all good.

Entry #154

Comments

Avatar truecritic -
#1
Divide the winning lottery draw list in half.
Use the first half (the oldest draws) to generate which random seed does the best.
Use the second half (the newest draws) to see if it continues to produce at the same percentage of hits.
Avatar hypersoniq -
#2
My research into this so far has eliminated the possibility that there is just one seed that has chained 1570 draws. (I ran at 1 million as whole integers AND 1 million by .5 increments... anything less than .5 on the seed generates the same number, so .5 is the sensitivity threshhold)

Now the test must move more to the "reverse engineering" phase.

There are several things I can try, most center around guessing when they click "Run" on their program and estimating the timestamp. I actually thought about dividing the list up by years, but this thing is either going to work against the whole list or not at all. The random numbers are based on a pre-determined list, not sure if it's provided by Microsoft or Intel... If they are using a source of entropy other than the CPU's built-in list, then this won't work anyway.

my next move is to swapout the INT command which just uses the integer portion for the ROUND command which will round up when needed, it will change about 1/2 the list.
Avatar truecritic -
#3
Good luck with your experiments.   I remember when you talked about this idea way back.    I think it's tougher than the proverbial needle in a haystack.
Avatar hypersoniq -
#4
Thanks.
It does seem impossible, but it is a great exercise in programming for me. Even if I get nowhere with results... I have learned a great deal about Arrays, reading from and writing to text and CSV files, global vs. local variables, UI construction... Educationally, I did win!

Next attack will actually test my Date-as-seed theory AND capture the possibilities of them doing test draws... more on that later.

Post a Comment

Please Log In

To use this feature you must be logged into your Lottery Post account.

Not a member yet?

If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.

Register