Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Oct 30, 2024
1 parent 5159459 commit ce05a04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/cuco/utility/key_generator.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ struct generate_uniform_fn {
return uniform_dist(rng);
}

std::size_t num_;
Dist dist_;
std::size_t seed_;
std::size_t num_; ///< Number of elements to generate
Dist dist_; ///< Random number distribution
std::size_t seed_; ///< Random seed
};

/**
Expand Down

0 comments on commit ce05a04

Please sign in to comment.