Author Topic: Raffle awards last person who donated or subbed. Doesn't seem random  (Read 1586 times)

0 Members and 1 Guest are viewing this topic.

Wickedshrapnel

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: wickedshrapnel
When I host a raffle and select a winner more often than not it "randomly" selects the last person who subbed or donated to the stream.  Is this a feature? Can I disable it to make sure that it is random.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Raffle awards last person who donated or subbed. Doesn't seem random
« Reply #1 on: August 24, 2014, 05:23:53 PM »
This comes up a lot ....

"latest follower wins"
"person who types !override wins"
"first person to enter wins"
"last person to enter wins"
"mods always wins"
"subs always wins"
"girls always wins"

and all I can say is that this is RNG...the code behind is fully random and gives everyone who enters an equal chance. Only thing that tips the balance in your favor on ticket raffles is the number of tickets you enter.

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Raffle awards last person who donated or subbed. Doesn't seem random
« Reply #2 on: August 24, 2014, 11:55:50 PM »
I will also add to what Expert has said by saying that it's also dependent on the pool of entries that you have. No RNG system in a program is truly random, no matter how much you seed it. If you want "true" randomness there is always this site http://www.random.org/. As Deepbot shows you the list of entries in the order they were entered you could use this to choose a winner randomly.

Although as an example, I put a range on 1 - 10 in that website I linked and these were the results I got

Code: [Select]
8, 8, 6, 10, 8
Even with "true" randomness in 5 tries 8 came out 3 times.

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

Wickedshrapnel

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: wickedshrapnel
Re: Raffle awards last person who donated or subbed. Doesn't seem random
« Reply #3 on: August 25, 2014, 08:47:14 AM »
OK thanks guys. Just wanted to make sure there was no other weight to the raffle