I´d say in most scenarios for pseudo random numbers (as generated by random()) finding out the seed value is somewhere between “doesn´t matter” and “definitely not wanted”.
This explains why it is not (easy) to get the current seed.
For cases like yours where knowledge of the seed is interesting/important seeding with a known value is therefore at least the easiest way - if not the only one.