Skip to content

Commit

Permalink
Correct description
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsobolev committed Oct 15, 2024
1 parent 4dacb50 commit cab8966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scitbx/random.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace random {
return result;
}

//! Return bool array where random "threshold" share is true
//! Returns integer selection to select a random sample of requested size.
af::shared<std::size_t>
random_selection(std::size_t population_size, double sample_size)
{
Expand Down

0 comments on commit cab8966

Please sign in to comment.