Move rng initialization before the party loop so each party gets a unique segment of the random stream instead of identical sequences. Replace Python bootstrap loop with vectorized numpy indexing.
Move rng initialization before the party loop so each party gets a unique segment of the random stream instead of identical sequences. Replace Python bootstrap loop with vectorized numpy indexing.