cugraph
cugraph copied to clipboard
MG uniform random walk implementation
This PR defines a uniform random walk implementation using the neighborhood sampling functions.
This will be refactored once the new sampling primitive (https://github.com/rapidsai/cugraph/issues/2580) is implemented, but should provide a stronger starting point than the original code.
Partially addresses https://github.com/rapidsai/cugraph/issues/2555