How to read both "Random between two constants" values in ParticleSystem?

Whenever I read it through ParticleSystem.startSize I seem to only get the max value.
How to I read both?

Not really an answer but, you probably can’t access the fancy particleSystem vars from script.

The old particle system was known for having a few things you just couldn’t access in script. I’d guess the new one is also that way, and what you see (in the script reference) is what you get. It sort of makes sense that StartLife would, as sort of a hack, return Max in RandomBetween. I often use that to wait for all particles to die, when the Max is what you want.