We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a4c20 commit 313753cCopy full SHA for 313753c
vpr/src/pack/greedy_candidate_selector.h
@@ -518,8 +518,9 @@ class GreedyCandidateSelector {
518
/// have been performed.
519
int num_unrelated_clustering_attempts_ = 0;
520
521
- /// @brief Random number generator to get a random atom between 0 and
522
- /// number of available atoms -1 for attraction group.
+ /// @brief Random number generator used by the clusterer. Currently this
+ /// is used only when selecting atoms from attraction groups, but
523
+ /// could be used for other purposes in the future.
524
vtr::RngContainer rng_;
525
};
526
0 commit comments