回答編集履歴
1
追加
answer
CHANGED
@@ -6,4 +6,7 @@
|
|
6
6
|
```c++
|
7
7
|
#include <random>
|
8
8
|
```
|
9
|
-
では?
|
9
|
+
では?
|
10
|
+
|
11
|
+
参考は
|
12
|
+
[cpprefjp - C++日本語リファレンス](https://cpprefjp.github.io/reference/random.html)
|