22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2025-07-06T08:02:52.437624 </updated >
6- <id >d561fa5a-74bd-4ee4-85f9-828545f2993f </id >
5+ <updated >2025-07-06T09:25:01.543422 </updated >
6+ <id >b440fb9f-8cdf-4a65-b2be-9db5745a40a7 </id >
77
88
9+ <entry >
10+ <title >srand -- add .nolink in `time` path</title >
11+ <link href =" https://cpprefjp.github.io/reference/cstdlib/srand.html" />
12+ <id >e1b31f5923717d346622beaa27dbb48c755689cc:reference/cstdlib/srand.md</id >
13+ <updated >2025-07-06T17:09:38+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/cstdlib/srand.md b/reference/cstdlib/srand.md
16+ index 6a0c1b392..2b3b0b613 100644
17+ --- a/reference/cstdlib/srand.md
18+ +++ b/reference/cstdlib/srand.md
19+ @@ -46,5 +46,5 @@ int main()
20+ ## 関連項目
21+ - [`rand`](rand.md):疑似乱数を生成する
22+ - [`RAND_MAX`](rand_max.md):`std::rand()`が返す最高値。
23+ -- [`time`]():時刻を取得する
24+ +- [`time`](/reference/ctime/time.md.nolink):時刻を取得する
25+ - [`time_t`](/reference/ctime/time_t.md):UNIX時間を表すための型。
26+ < /code>< /pre> </summary >
27+
28+ <author >
29+ <name >K10-K10</name >
30+ 31+ </author >
32+ </entry >
33+
934 <entry >
1035 <title >rand -- add path to `RAND_MAX`</title >
1136 <link href =" https://cpprefjp.github.io/reference/cstdlib/rand.html" />
@@ -510,31 +535,4 @@ index e451faa51..057ed18d8 100644
510535 </author >
511536 </entry >
512537
513- <entry >
514- <title >srand -- add pat to `ramd.md`</title >
515- <link href =" https://cpprefjp.github.io/reference/cstdlib/srand.html" />
516- <id >31d07e72caa9e07774b300f841226f226a14e6e5:reference/cstdlib/srand.md</id >
517- <updated >2025-07-06T16:36:36+09:00</updated >
518-
519- <summary type =" html" >< pre>< code> diff --git a/reference/cstdlib/srand.md b/reference/cstdlib/srand.md
520- index 24e83aa31..726effe71 100644
521- --- a/reference/cstdlib/srand.md
522- +++ b/reference/cstdlib/srand.md
523- @@ -44,7 +44,7 @@ int main()
524- ```
525-
526- ## 関連項目
527- -- `rand`:疑似乱数を生成する
528- +- [`rand`](rand.md):疑似乱数を生成する
529- - `RAND_MAX`:`std::rand()`が返す最高値。
530- - `time`:時刻を取得する
531- - [`time_t`](/reference/ctime/time_t.md):UNIX時間を表すための型。
532- < /code>< /pre> </summary >
533-
534- <author >
535- <name >K10-K10</name >
536- 537- </author >
538- </entry >
539-
540538</feed >
0 commit comments