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 e9329c9 commit b4085cfCopy full SHA for b4085cf
reference/random/generate_random.md
@@ -74,6 +74,7 @@ for (auto& x : v) {
74
x = dist(gen);
75
}
76
```
77
+* std::uniform_int_distribution[link uniform_int_distribution.md]
78
79
80
## 効果
@@ -140,6 +141,7 @@ int main()
140
141
142
143
* std::ranges::generate_random[color ff0000]
144
145
146
### 出力
147
0 commit comments