Therefore, a simple call to the random number generated followed by a second
call to random number generated may have identical seeds. As the number of
random number generator calls are increased the probability that the
birthday problem will increase.
The key to avoid this problem is to either run all simulations in the
rxode2 environment once (therefore one seed or series of seeds
for the whole simulation), pre-generate all random variables
used for the simulation, or seed the rxode2 engine with rxSetSeed()
Internally each ID is seeded with a unique number so that the
results do not depend on the number of cores used.