Closed paul-rl closed 3 days ago
Implement local_shuffle function. This corresponds to the following function definition in the regular bag:
void local_shuffle(RandomFunc &r); void local_shuffle();
void local_shuffle(RandomFunc &r);
void local_shuffle();
This is a step towards completing feature #1
Ryan discussed this with Roger in their meetings, this will not be supported
Implement local_shuffle function. This corresponds to the following function definition in the regular bag:
void local_shuffle(RandomFunc &r);
void local_shuffle();
This is a step towards completing feature #1