The simple stupid way to change the probabilities of any given entry in a straight list is to have multiple entries of each one you want to appear more.
Like:
[
[cat]],[[cat]],[[dog]],[[human]],[[human]],[[human]],[[human]]
then just use Array.At(random(Array.Width))