func SeedDEPRECATED
(…)
If Seed is not called, the generator is seeded randomly at program startup.
Prior to Go 1.20, the generator was seeded like Seed(1) at program startup.
I believe it’s important to keep the exercises up-to-date, because learners will most likely use the latest version of the toolchain.
I asked why not directly update to Go 1.20. I’m used to use the latest version of Go for years. Which seems to be the preferred and valid way. But with Go 1.18 and Go 1.20 came some significant changes which is good chance you want to use.
With the current test environment, the description here is still valid and not even would work the new way.