Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Wilson <[email protected]>
  • Loading branch information
gonuke authored Oct 29, 2024
1 parent 1e96d58 commit c136090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random_number_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class ExponentialDoubleDist : public DoubleDistribution {
};


/// Binary distribution requires twp options and a probability
/// Binary distribution requires two options and a probability
class BinaryDoubleDist : public DoubleDistribution {
private:
boost::random::binomial_distribution<int> dist;
Expand Down

0 comments on commit c136090

Please sign in to comment.