Author Topic: Same winner on Keyword Raffles  (Read 4412 times)

0 Members and 1 Guest are viewing this topic.

Dvotee

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: dvotee
Same winner on Keyword Raffles
« on: January 31, 2015, 07:12:19 PM »
I run a few keyword raffles during an evening and I would think on average the same user wins approx 90 - 95% of the time. This user also wins his fair share of drag races as well but I think that's more luck.

My concern is viewers are now starting to question why the same person is winning so many. All I do is offer coins depending on what I have done (e.g. I win a drag race, I offer the coins as a keyword raffle)

Could this be a coding issue/bug and is there any way for me to check. It does seem strange that the same user is always winning be it 2 people enter of 15 enter. I don't have a massive viewer ship so we are not talking 100's of entries per draw
« Last Edit: January 31, 2015, 07:19:25 PM by Dvotee »

Dvotee

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: dvotee
Re: Same winner on Keyword Raffles
« Reply #1 on: February 04, 2015, 07:46:12 PM »
No input from Experts or anyone else?

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Same winner on Keyword Raffles
« Reply #2 on: February 05, 2015, 02:06:42 AM »
Why not just re-roll?
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

Dvotee

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: dvotee
Re: Same winner on Keyword Raffles
« Reply #3 on: February 05, 2015, 03:22:02 AM »
That doesn't solve the issue or even assist me in seeing if there is an issue.

To say why not just re-roll means if he wins, I re-roll everytime so he never wins. The roll should be 'random' should it not?

 I just want to know if there is a bug somewhere or any other factor that can be looked at.

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Same winner on Keyword Raffles
« Reply #4 on: February 05, 2015, 03:52:44 AM »
Your draw pool is too small to make a conclusive judgement on the issue here. I will say that Random Number Generators (I.e. what programs use to create the illusion of randomness) are not actually random, they are pseudo-random.

The random drawings are seeded (Probably with the current time) so they are as random as they can possibly be. Does he/she enter in the same position every time (In a 10 person raffle, he/she is always the 4th person to enter) or do they enter at different stages?

You will find with a small pool of people the same people will regularly win. if it was 50 people and he was winning most of the time then this would be cause for concern as there would probably be a problem with how the RNG works. 

Thanks,
Dante557
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

Dvotee

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: dvotee
Re: Same winner on Keyword Raffles
« Reply #5 on: February 10, 2015, 05:12:33 PM »
Thanks Dante

I will look into the idea of when does this person enter as quite often he is the first one to start a heist or a dragrace. Viewers comment on how he must sit there and wait for them to be available.

In fact I did a game giveaway last night via !raffle. He entered and was the first one to enter and won. Again he won most heists and out of the 4-5 dragraces I think he got 3 correct.

Yes the pools are small but even then the law of averages surely have to dictate that the same person can't win 'most'

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Same winner on Keyword Raffles
« Reply #6 on: February 11, 2015, 03:27:27 AM »
Lets test this out using a no science or mathematics what so ever. Using http://www.random.org as the selection for each of the following

Lets consider for the "Same Place Everytime" scenario s/he enters 1st

Code: [Select]
1, 5, 8, 3, 7, 3, 9, 7, 1, 9
1st appears twice, 9th appears twice and 7th appears twice. This would of course gain him/her 2 wins out of 10. Not bad by any stretch of the word but certainly not most of the time.

Now for our second test lets use the results from the last test and pump out 10 more numbers from random.org.

Code: [Select]
7, 8, 3, 3, 6, 7, 7, 1, 2, 4
In this situation s/he would have only won once with a pair of 3's matching. In an ideal world this is how it'd work out. However as you can see the number 7 appears 3 times and the number 3 appears twice. Again certainly not most of the time but that's assume he'd follow the working of a RNG himself. With bigger ranges this pattern should be hopefully be non existent but may still appear from time to time. Unlike lets say the lottery the numbers don't get chosen and then not used again for the duration of that drawing.

For reading pleasure here is some sample data for a few higher data ranges

Code: (15 entries, 10 rolls) [Select]
11, 5, 10, 2, 15, 1, 12, 11, 6, 3
Code: (10 entries, 15 rolls) [Select]
9, 4, 3, 9, 5, 1, 4, 7, 10, 9, 7, 9, 1, 1, 1
And, yes, 1 did really appear 3 times one after the other.

Anyway, I've probably complicated matters further so with this long post, I take my leave
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

Dvotee

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: dvotee
Re: Same winner on Keyword Raffles
« Reply #7 on: February 11, 2015, 06:01:22 PM »
WOW Dante

Thanks for your time spent on this. I'll just have to accept that it's random and he's just a very lucky boy. Well realistically it's not me but the other viewers but with this info I can at least say I have looked into it and can also point anyone who really questions it to this post.

I can't thank you enough for your time - I really do appreciate it.