compute icon indicating copy to clipboard operation
compute copied to clipboard

Implement the shuffle() algorithm

Open kylelutz opened this issue 10 years ago • 0 comments

Implement the shuffle() algorithm from the C++11 STL. This should take one of the Boost.Compute random number generators and perform all the computation/shuffling on the GPU.

See: http://en.cppreference.com/w/cpp/algorithm/shuffle

kylelutz avatar Mar 10 '14 01:03 kylelutz