RNG superstitions

General feedback and discussion of the game.

Moderator: Forum Moderators

AI
Developer
Posts: 2396
Joined: January 31st, 2008, 8:38 pm

Re: RNG superstitions

Post by AI »

Elves' faerie fire is magical, this ensures it misses 70% of the time.
User avatar
DDR
Posts: 558
Joined: March 23rd, 2007, 4:56 pm
Location: Vancouver, Canada
Contact:

Re: RNG superstitions

Post by DDR »

The only way to kill a full health shadow (on hills) is with a half-health ulfserker (on plains). This ties in perfectly with the first point made in this thread. And it is actually true.
User avatar
JW
Posts: 5046
Joined: November 10th, 2005, 7:06 am
Location: Chicago-ish, Illinois

Re: RNG superstitions

Post by JW »

Nagas lose to mermen at any time of day because they are blind.
User avatar
DDR
Posts: 558
Joined: March 23rd, 2007, 4:56 pm
Location: Vancouver, Canada
Contact:

Re: RNG superstitions

Post by DDR »

A high-level unit surrounded by low-level units will never hit anything: all the luck will go to the surrounding units, especially those with 2-2 attacks and the like.
User avatar
A Guy
Posts: 793
Joined: May 24th, 2008, 1:55 am

Re: RNG superstitions

Post by A Guy »

-The closer a unit is to leveling, the easier it is to hit.
I'm just... a guy...
I'm back for now, I might get started on some work again.
kodama
Posts: 5
Joined: February 15th, 2008, 11:11 am
Location: Japan

Re: RNG superstitions

Post by kodama »

This thread gave me a good laugh :lol2:

Actually, I wonder how many RNG instances are used to control the units' fight. The RNG algorithm used, while not a bad thing, is simple; it might not be multi-dimensionally equidistributed, e.g. if two units draw a sequence of numbers from the same instance of the RNG, the sequences they get might not be statistically random enough, although if one single unit had drawn all the same numbers (the two above sequences mixed into one), the statistical randomness of this sequence might have been higher.

After all, there could be something behind all this RNG superstition :P
grrr
Posts: 252
Joined: May 25th, 2007, 9:49 pm

Re: RNG superstitions

Post by grrr »

I tell you a secret now, kodama: numbers come from a single source (actually, if I understood it right there is even a cache, which is easily exploitable then). I was advising to have a single source for each player a while ago, but the current model is simply easier. And random numbers are random, so it should not matter anyways, right?

Also, good players have a close look at the generated numbers. If all goes too well and they got their lucky hits they won't push further but rather set up for defense, simply because *they know* the counter attack has a high chance to fail now.

And you can test the RNG (that is, trying to miss twice or thrice in a row) too before you go for a critical hit (say, horsie on leader) =)

So, the question is, do you still laugh kodama?
Jozrael
Posts: 1034
Joined: June 2nd, 2006, 1:39 pm
Location: NJ, USA.

Re: RNG superstitions

Post by Jozrael »

The above post has me baffled @_@
TobiasParker
Posts: 38
Joined: December 31st, 2007, 2:40 pm

Re: RNG superstitions

Post by TobiasParker »

Grr if that is true (and i will take your word for it as a 'vet') than everyone complaining about the RNG is absolutely correct. If you can predict the outcome than the numbers are not truly random. I mean, we may not know the exact numbers but if you can use your knowledge of the RNG to plan strategy...then...i just don't know.
http://www.tm-productions.blogspot.com/ -halo3 Machinima project.
http://www.t-o-m-e.net - Best roguelike ever
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Re: RNG superstitions

Post by zookeeper »

No, it's not true.
Jozrael
Posts: 1034
Joined: June 2nd, 2006, 1:39 pm
Location: NJ, USA.

Re: RNG superstitions

Post by Jozrael »

Ok, now Tobias remark at least has illuminated the POINT of this post. Honestly I guess I was just tired, I didn't understand a word it was saying.
grrr wrote:I tell you a secret now, kodama: numbers come from a single source (actually, if I understood it right there is even a cache, which is easily exploitable then). I was advising to have a single source for each player a while ago, but the current model is simply easier. And random numbers are random, so it should not matter anyways, right?
Yes, the numbers come from a single 'source', the RNG. The cache, IIRC, is entirely unrelated to the RNG, that just loads Wesnoth data for easy use. All modern processor intensive games have a cache, its what reduces the need for those lame 'loading' screens. The cache is not exploitable in the least in terms of MP cheating.

This is not to say that RNG cheating is impossible in MP, but its not done by most players. You'd have to ask a coder dev as to why they haven't fixed this: its probably very difficult to prevent and its happening in so few games they don't deem it necessary.
grrr wrote:Also, good players have a close look at the generated numbers. If all goes too well and they got their lucky hits they won't push further but rather set up for defense, simply because *they know* the counter attack has a high chance to fail now.
Entirely false. This is a logical fallacy that you'd do best not to fall into. Just because I just rolled 6 hits on a row against someone with 70% defense does NOT mean my next hit has ANY chance to hit besides exactly 30%. Its what a RNG does. Generates RANDOM numbers, that have no regard whatsoever for previous rolls. Human thinking likes to make patterns out of it, so they'll either think that the unlikely has already happened, so it won't happen again so soon, or that its 'hot' and it'll continue giving unlikely results.

Neither of these is true. The Wesnoth RNG is a perfectly random RNG. Also, using the SAME RNG for two or more players does NOT decrease the randomness for either player. It changes the specific results, but each random roll i is independent of the next roll, i+1, and of the next roll, i+2. So it doesn't matter whether the numbers come from a single source or not.

grrr wrote:And you can test the RNG (that is, trying to miss twice or thrice in a row) too before you go for a critical hit (say, horsie on leader) =)

So, the question is, do you still laugh kodama?
Also a logical fallacy in the same vein. Previous results guarantee nothing with the RNG, nor even hint at later results.
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Re: RNG superstitions

Post by turin »

Hm... I can't tell if Jozrael is brilliantly extending the joke even further, or if he missed the fact that this entire thread is a joke. :hmm:
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
User avatar
Wintermute
Inactive Developer
Posts: 840
Joined: March 23rd, 2006, 10:28 pm
Location: On IRC as "happygrue" at: #wesnoth-mp

Re: RNG superstitions

Post by Wintermute »

turin wrote:Hm... I can't tell if Jozrael is brilliantly extending the joke even further, or if he missed the fact that this entire thread is a joke. :hmm:
It's like april fool's day all over again! :D
"I just started playing this game a few days ago, and I already see some balance issues."
Jozrael
Posts: 1034
Joined: June 2nd, 2006, 1:39 pm
Location: NJ, USA.

Re: RNG superstitions

Post by Jozrael »

I guess I should have included some logical fallacies of my own for a more accurate reply ;)
User avatar
DDR
Posts: 558
Joined: March 23rd, 2007, 4:56 pm
Location: Vancouver, Canada
Contact:

Re: RNG superstitions

Post by DDR »

There is a small part of all of our brains that does nothing but look for patterns. :wink: True randomness mucks it up, and we 'see' patterns, like being overdue for a hit after a few rounds of misses.

I love psychology. 8)
Post Reply