> I want to start R processes on multiple processors from single shell 
> script
> and I want all of them to have different random seeds.

The usual way would be using the process ID for the initialization.
Or the shell script could just hand out consecutive numbers 1, 2, 3, ...

  Lutz

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to