Hi Samuel,
I'd just use the regular random functions instead so the random value doesn't get recalculated.
.from('#div0', {
duration: 1,
xPercent: gsap.utils.random(-400, 400),
yPercent: gsap.utils.random(-400, 400),
rotation: gsap.utils.random(-25, 25)
})