[xparl] set the random seed when creating jobs
Created by: zenghsh3
To avoid using the same random seed when creating jobs at the same time, we should set different random seeds for different jobs.
For example:
numpy.random.seed(job_id)
random.seed(job_id)