I need to send an identical sequence of random numbers to a distributed application network.
Since such a sequence can be quite long, I was thinking about sending only a (randomly generated) centralized seed initialization number and the length of the required sequence.
Given that each component of the recipient will use the same version of .NET, can this be a viable solution to get the same random data on all my nodes?
Andrea
source share