Skip to content

Commit 4796f35

Browse files
authored
Merge pull request #6154 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 91cd792 + 20a9f6e commit 4796f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/normal-distribution-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ using namespace std;
8383
void test(const double m, const double s, const int samples) {
8484
8585
// uncomment to use a non-deterministic seed
86-
// random_device gen;
86+
// random_device rd;
8787
// mt19937 gen(rd());
8888
mt19937 gen(1701);
8989

0 commit comments

Comments
 (0)