Implement the shuffle() algorithm
Open
feature
task
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
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
##
Contributor guide
Assessment
This issue has not been assessed yet.