VLS Roulette Forum

Main => Main Roulette System Board => Topic started by: Derp on March 11, 2015, 06:01:03 PM

Title: Help creating Specific Program to Test Roulette Spins ..
Post by: Derp on March 11, 2015, 06:01:03 PM
Hi All,

Like most of you i love studying roulette and comming up witch wicked ideas in my sparetime.. it sure does beat watching reality tv:)

Anyway i like to test some rouletet spins for some specific things.. i have both rng data and real life spins..-.

What i want to check:

I have my roulette spins in text files where the numbers come like this:

11
33
0
25
2

I want the program to test all the numbers in the selected text file for this.

I really like the to use more time on reseaching the fact that in 37 spin the chance of all 37 numbers showing up is a more rare occurance than me winning the superbowl:) In short im researching the fact that numbers reapeat.. so my first step is to get some information out of of my spins.

I need the program to do the following...

Example

22 <-- Start tracking number
21 (spin 1)
4   (spin 2)
7   (spin 3)
9   (spin 4)
0   (spin 5)
33 (spin 6)
4  <--- (spin 7) Repeat
29 <--- 29 is our new starting number. New sequnce.
11 (spin 1)
9   (spin 2)
27 (spin 3)
18 (spin 4)
0   (spin 5)
25 (spin 6)
1   (spin 7)
18 <--- (spin 8.) repeat after 8 spins.


In this example we use 22 as our start number.

We have a reapeat number after 7 spins. Then a new tracking set starts and we get another repat after 8 spins.

The prgram should do this for all the numbers in the file and at the end it should tell me the following statistics.

Reapts after:

Spin 01: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 02: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 03: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 04: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 05: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 06: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 07: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 08: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 09: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 10: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 11: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 12: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 13: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 14: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 15: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 16-20: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 21-25: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.
Spin 26-37: Tell me the number of times a repat came after this amount of spins in a sequence in the test number.

Spins +15 Xtra: Tell me the Number of times sequneces went beyond +15, 3 or more times in a row.

End description:

I hope someone can help me with a program for this because ive done almost 20,000 reals spinss like this manually and 40k rng spins. I only do single zero roulette stats.

I dont have alot of money so i would love for someone to help me for free and in exchange get the reseach i find... but if not possible i will pay a little for the help if possible.

Anyway hope my english is good enough to get my point thru:)

/JC

Title: Re: Help creating Specific Program to Test Roulette Spins ..
Post by: Derp on March 21, 2015, 04:24:34 PM
or maybe you guys knows someone who can do it??? ive been told its a pretty basic task but i have no skills in programing what so ever... lol