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 9529b81 commit d3e0d43Copy full SHA for d3e0d43
reference/cstdlib.md
@@ -31,7 +31,7 @@
31
| 名前 | 説明 | 対応バージョン |
32
|------------|------------------------------------------|-----------------|
33
| `RAND_MAX` | `rand`関数によって生成される値域の最大値を表す整数値マクロ (macro) | C++14から非推奨 |
34
-| `srand` | `rand`関数によって生成される擬似乱数のシードを指定する (function) | C++14から非推奨 |
+| [`srand`](cstdlib/srand.md) | `rand`関数によって生成される擬似乱数のシードを指定する (function) | C++14から非推奨 |
35
| `rand` | `srand`で指定されたシードを元に、擬似乱数を生成する (function) | C++14から非推奨 |
36
37
0 commit comments