RE: Teacup breeding
As I discussed else, there are three random number generators available on the PHP side of KittyCats, and one on the SL side. None of these are weighted. Some are stronger and some weaker, but all are sufficiently random that we'd need about 6,000 years of KittyCats production to 'break' the weakest.
Yes, there are cookbooks which show you how some random number generators work. That does not mean you should attempt to code one yourself, even following a cookbook. Random generators, like cryptography (the two being basically the same beasts) are not something one should EVER attempt to program themselves.
Size selection is a biased generator. It is strongly biased to producing "Normal". Even with that bias, though, it is still random. The results are independent; that is, there is no history.
|