I have recently been discussing the initialisation of multiple random number generators of the same type in the comments of another post and in that discussion we asked the
Not sure what "multiple streams of random numbers" means. In random numbers there is no relationship between any two random numbers, there is no order, each is a standalone instance.
If you use a cryptographic PRNG no seeding is necessary. Consider the .net RNGCryptoServiceProvider Class.