Psypoke
http://m.psypokes.com/forums/

Shinys
http://m.psypokes.com/forums/viewtopic.php?f=2&t=7101
Page 1 of 1

Author:  JsXtm [ Thu Jan 26, 2006 4:53 pm ]
Post subject:  Shinys

Hey Guys, I was just reading the shiny guide by Swift53, and I am confused. What is the binary operation "exclusive or", and how does it work? And, is there something about the one visible number of the four that we can see (Trainer ID No.) that will give an indication of the likliehood of shinys?

Author:  sN0wBaLL [ Fri Jan 27, 2006 5:59 am ]
Post subject: 

The "exclusive or" function is known as the XOR function. You can find this function on scientific calculators. Basically, it's made use of in logic gates, which are arrangements of controlled switches to calculate operations in digital circuits.

XOR thus serves as a logic connector that links two inputs to produce an output. For instance, you have two inputs, A and B. They can either be True, or False. When you do the function A XOR B, an output would be given for the two inputs. In the case of the XOR function, the output would be "True" if one and only one of the inputs is "True".

For instance, if A is "false" and B is "false", the output would be "false". If both of them are "true", the output would still be "false". If either one, and only one of A and B is "true", the output would then be "true". These results can be illustrated in what we call Truth Tables.

In conclusion, don't bother about how the XOR function works.

Author:  TonberryKing [ Sun Jan 29, 2006 11:16 pm ]
Post subject: 

Quote:
And, is there something about the one visible number of the four that we can see (Trainer ID No.) that will give an indication of the likliehood of shinys?

Since all four numbers are randomly generated, the fact that one number is visible gives no indication of an increased chance of shinyness. In short, no.

Author:  Gardevoir1313 [ Sat Feb 04, 2006 7:43 pm ]
Post subject: 

sNOwBaLL, can ya explain a little more on the Xor thingy? I want to try that out with my computer's sci calculator ^_^

Author:  sN0wBaLL [ Sat Feb 04, 2006 8:44 pm ]
Post subject: 

The XOR function is just used in Bitwise functions, that's about it.

Going by what I said previously,
1 XOR 0 = 1
0 XOR 1 = 1
0 XOR 0 = 0
1 XOR 1 = 0

That's about all you can do with the scientific calculator, I think. I have no idea how these are used exactly, all I know are the basic principles behind the function :?

Author:  JsXtm [ Sat Feb 04, 2006 9:02 pm ]
Post subject: 

Um Ya Ya... I think I get it. The 4 numbers get converted to binary (8 digits long, I think?), and then Xor gets performed (multiple times, I guess) on each binary digit, to make a new (8?) digit long binary number, which is then used to find shininess. If that's correct, then you're right, it's pointless to try to figure out shinyness likleyhoods of certain trainer ID numbers, the one of the four we can see. Okay, my question's answered.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/