[help] Randomizing animation instances

I have multiple instances of the same scene of an animated sprite. I want it to make it so that every instance has a random chance of displaying one of three animations. If I try to code it with randi and then choose one of three animations depending on that number, all of the instances will still display the same animation. How do I make it so that every instance is unique in that sense?

you can go to the animated sprite and make it unique

add a random to the scene you are instantiating in the ready function to select a specific animation

same_scene.tscn

func _ready():
    #random here for three animation