How can I play randomic animations in layered blend per bone?

Connect all your animations to a “Blend Poses by int” node. Then all you need to do is feed the int value with a random int, you could use “Random Integer in Range” node for that. Ideally you should run random integer in range when the event is fired, promote that value to a variable, and use that variable on the blend poses by int node.