We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c194ec + 4796f35 commit 30fdb40Copy full SHA for 30fdb40
1 file changed
docs/standard-library/normal-distribution-class.md
@@ -83,7 +83,7 @@ using namespace std;
83
void test(const double m, const double s, const int samples) {
84
85
// uncomment to use a non-deterministic seed
86
- // random_device gen;
+ // random_device rd;
87
// mt19937 gen(rd());
88
mt19937 gen(1701);
89
0 commit comments