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