Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeher committed Mar 18, 2024
1 parent 7c73ed9 commit 0b5d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/random/rng.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ void sampleWithoutReplacement(raft::resources const& handle,
*
* @param res RAFT resource handle
* @param state random number generator state
* @param N number of elements to sample from. We will sample values in range 0..N-1
* @param N number of elements to sample from. We will sample values in range 0..N-1.
* @param n_samples number of samples to return
*
* @return device mdarray with the random samples
Expand Down

0 comments on commit 0b5d48f

Please sign in to comment.