Skip to content

Commit b4085cf

Browse files
committed
generate_random : コード修飾を追加
1 parent e9329c9 commit b4085cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/random/generate_random.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ for (auto& x : v) {
7474
x = dist(gen);
7575
}
7676
```
77+
* std::uniform_int_distribution[link uniform_int_distribution.md]
7778

7879

7980
## 効果
@@ -140,6 +141,7 @@ int main()
140141
}
141142
```
142143
* std::ranges::generate_random[color ff0000]
144+
* std::uniform_int_distribution[link uniform_int_distribution.md]
143145

144146
### 出力
145147
```

0 commit comments

Comments
 (0)