Never use the default random number generator supplied by the computer vendor without first identifying the algorithm it uses. In many cases the algorithms are very poor and you will have to use another generator.
Always check your results by doing independent runs with different random number generators.
Good pseudo-random number generators:
More work needs to be done on developing and testing parallel random number generators.