質問編集履歴

2

edit phrase

2020/09/26 14:46

投稿

Weapon
Weapon

スコア106

test CHANGED
File without changes
test CHANGED
@@ -48,8 +48,6 @@
48
48
 
49
49
  {
50
50
 
51
-
52
-
53
51
  hoge(2, 5, 5, 5);
54
52
 
55
53
 

1

edit phrase

2020/09/26 14:46

投稿

Weapon
Weapon

スコア106

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  MTの複数宣言が問題でしょうか
10
10
 
11
- 以下のような同一アルゴリズムなら問題ないと思いますがdistributionの範囲を変えたりとしてこの形を変更できない場合どのような解決策があるのでしょうか
11
+ 以下のような同一アルゴリズムなら`std::random_device seed_gen;`の位置を変更するこで解決すると思いますがdistributionの範囲を変えたりとしてこの形を変更できない場合どのような解決策があるのでしょうか
12
12
 
13
13
 
14
14