A seed is used too set a pseudo random generator to a specific state.
So if you create two Random objects with the same seed it will repeat the same random sequence.
This usefull if you need...