回答編集履歴
3
リンク追加
test
CHANGED
@@ -1 +1,3 @@
|
|
1
1
|
`rnd()`が返す値の型`result_type`は`unsigned int`だからです。
|
2
|
+
|
3
|
+
[std::random_device](https://cpprefjp.github.io/reference/random/random_device.html)
|
2
result_type追記
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
`rnd()`が返す値は`unsigned int`だからです。
|
1
|
+
`rnd()`が返す値の型`result_type`は`unsigned int`だからです。
|
1
型名修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
`rnd()`が返す値はunsignedだからです。
|
1
|
+
`rnd()`が返す値は`unsigned int`だからです。
|