Skip to content

Commit 30fdb40

Browse files
Merge pull request #6156 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-14 18:30 UTC
2 parents 7c194ec + 4796f35 commit 30fdb40

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)