Skip to content

Commit d6d475d

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6606d61 commit d6d475d

3 files changed

Lines changed: 31 additions & 33 deletions

File tree

reference/random/exponential_distribution.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2025-10-22T16:15:43">
208-
2025年10月22日 16時15分43秒
207+
<span itemprop="datePublished" content="2026-04-20T05:28:07">
208+
2026年04月20日 05時28分07秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -481,7 +481,7 @@ <h3>参考</h3>
481481
<ul>
482482
<li><a href="https://ja.wikipedia.org/wiki/指数分布" target="_blank">指数分布 - Wikipedia</a></li>
483483
<li><a href="http://www.ntrand.com/jp/exponential-distribution/" target="_blank">指数分布 - NtRand</a></li>
484-
<li><a href="http://aoki2.si.gunma-u.ac.jp/lecture/Bunpu/exponential.html" target="_blank">指数分布 - 統計学自習ノート</a></li>
484+
<li><a href="https://web.archive.org/web/20241204102039/http://aoki2.si.gunma-u.ac.jp/lecture/Bunpu/exponential.html" target="_blank">指数分布 - 統計学自習ノート</a></li>
485485
<li><a href="http://www.slideshare.net/teramonagi/ss-11296227" target="_blank">指数分布とポアソン分布のいけない関係</a></li>
486486
</ul></div>
487487

rss.xml

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2026-04-20T03:10:35.806818</updated>
6-
<id>9310aac3-2767-43c3-acbd-2723e274ba4e</id>
5+
<updated>2026-04-20T05:32:22.181943</updated>
6+
<id>ba13eace-a4da-4777-9ddc-2b20079f1bf3</id>
77

88

9+
<entry>
10+
<title>exponential_distribution -- exponential_distribution : リンク切れをArchiveに切り替え #1614 #1594</title>
11+
<link href="https://cpprefjp.github.io/reference/random/exponential_distribution.html"/>
12+
<id>d4f92772308029a75de90c53d5ca08edf38b882d:reference/random/exponential_distribution.md</id>
13+
<updated>2026-04-20T14:28:07+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/random/exponential_distribution.md b/reference/random/exponential_distribution.md
16+
index 5475611b4..b8f051c5c 100644
17+
--- a/reference/random/exponential_distribution.md
18+
+++ b/reference/random/exponential_distribution.md
19+
@@ -189,5 +189,5 @@ Phone call after 2.60918 minute wait
20+
### 参考
21+
- [指数分布 - Wikipedia](https://ja.wikipedia.org/wiki/指数分布)
22+
- [指数分布 - NtRand](http://www.ntrand.com/jp/exponential-distribution/)
23+
-- [指数分布 - 統計学自習ノート](http://aoki2.si.gunma-u.ac.jp/lecture/Bunpu/exponential.html)
24+
+- [指数分布 - 統計学自習ノート](https://web.archive.org/web/20241204102039/http://aoki2.si.gunma-u.ac.jp/lecture/Bunpu/exponential.html)
25+
- [指数分布とポアソン分布のいけない関係](http://www.slideshare.net/teramonagi/ss-11296227)
26+
&lt;/code&gt;&lt;/pre&gt;</summary>
27+
28+
<author>
29+
<name>Akira Takahashi</name>
30+
<email>faithandbrave@gmail.com</email>
31+
</author>
32+
</entry>
33+
934
<entry>
1035
<title>count -- Merge pull request #1612 from yknishidate/fix_cpp_version</title>
1136
<link href="https://cpprefjp.github.io/reference/algorithm/count.html"/>
@@ -2530,31 +2555,4 @@ index 2f86c5121..c4ffe7cc4 100644
25302555
</author>
25312556
</entry>
25322557

2533-
<entry>
2534-
<title>コンセプトと変数テンプレートをテンプレート引数として渡せるようにする [P2841R7] -- リンクミスを修正 #1609</title>
2535-
<link href="https://cpprefjp.github.io/lang/cpp26/concept_and_variable-template_template-parameters.html"/>
2536-
<id>33bac4efcd70c7e2cfa6a03e8f8a8350e41598af:lang/cpp26/concept_and_variable-template_template-parameters.md</id>
2537-
<updated>2026-04-13T13:57:54+09:00</updated>
2538-
2539-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp26/concept_and_variable-template_template-parameters.md b/lang/cpp26/concept_and_variable-template_template-parameters.md
2540-
index 6775b7bcb..01bacb7be 100644
2541-
--- a/lang/cpp26/concept_and_variable-template_template-parameters.md
2542-
+++ b/lang/cpp26/concept_and_variable-template_template-parameters.md
2543-
@@ -86,7 +86,7 @@ C++23でこれらをテンプレート引数として渡すためには、`stati
2544-
- コンセプトの簡略構文 (terse syntax) や包摂 (subsumption) の恩恵を受けられない
2545-
- APIに不必要な複雑性を追加する
2546-
2547-
-この提案は、[P1985R3 Universal Template Parameters](https://open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1985r3.pdf)のサブセットとして、コンセプトと変数テンプレートに対するテンプレートテンプレートパラメータのサポートを先行して追加するものである。
2548-
+この提案は、[P1985R3 Universal Template Parameters](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1985r3.pdf)のサブセットとして、コンセプトと変数テンプレートに対するテンプレートテンプレートパラメータのサポートを先行して追加するものである。
2549-
2550-
2551-
## &amp;lt;a id=&amp;#34;relative-page&amp;#34; href=&amp;#34;#relative-page&amp;#34;&amp;gt;関連項目&amp;lt;/a&amp;gt;
2552-
&lt;/code&gt;&lt;/pre&gt;</summary>
2553-
2554-
<author>
2555-
<name>Akira Takahashi</name>
2556-
<email>faithandbrave@gmail.com</email>
2557-
</author>
2558-
</entry>
2559-
25602558
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27303,7 +27303,7 @@
2730327303

2730427304
<url>
2730527305
<loc>https://cpprefjp.github.io/reference/random/exponential_distribution.html</loc>
27306-
<lastmod>2026-03-05T18:27:18+09:00</lastmod>
27306+
<lastmod>2026-04-20T14:28:07+09:00</lastmod>
2730727307
<changefreq>daily</changefreq>
2730827308
<priority>0.7</priority>
2730927309
</url>

0 commit comments

Comments
 (0)