Skip to content

Commit 88e3be1

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 249f282 commit 88e3be1

File tree

7 files changed

+838
-2198
lines changed

7 files changed

+838
-2198
lines changed

lang/cpp26.html

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

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2024-08-09T03:46:09">
180-
2024年08月09日 03時46分09秒
179+
<span itemprop="datePublished" content="2024-08-09T05:27:18">
180+
2024年08月09日 05時27分18秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -635,7 +635,7 @@ <h3>数値</h3>
635635
</li>
636636
<li><code><a href="../reference/complex/complex.html">std::complex</a></code>を構造化束縛や、将来のパターンマッチで使用できるようタプルインタフェースの特殊化を追加</li>
637637
<li><code><a href="../reference/random.html">&lt;random&gt;</a></code>の範囲<code>[0, 1)</code>の乱数を生成する<code><a href="../reference/random/generate_canonical.html">std::generate_canonical()</a></code>を、望ましい統計的性質を保証するようアルゴリズムと制約を変更</li>
638-
<li><code><a href="../reference/random.html">&lt;random&gt;</a></code>に、乱数列を生成する<code><span href="https://cpprefjp.github.io/reference/random/generate_random.md.nolink">std::ranges::generate_random()</span></code>関数を追加</li>
638+
<li><code><a href="../reference/random.html">&lt;random&gt;</a></code>に、乱数列を生成する<code><a href="../reference/random/generate_random.html">std::ranges::generate_random()</a></code>関数を追加</li>
639639
</ul>
640640
<h3>ユーティリティ</h3>
641641
<ul>

reference/random.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2022-06-05T18:23:51">
180-
2022年06月05日 18時23分51秒
179+
<span itemprop="datePublished" content="2024-08-09T05:27:18">
180+
2024年08月09日 05時27分18秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Koichi Murase</span>
184+
<span itemprop="name">Akira Takahashi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -561,6 +561,11 @@ <h3>ユーティリティ</h3>
561561
<td>実数区間[0.0,1.0)に展開(事実上正規化)された一様分布乱数を得る(function template)</td>
562562
<td>C++11</td>
563563
</tr>
564+
<tr>
565+
<td><code><a href="random/generate_random.html">generate_random</a></code></td>
566+
<td>乱数列を生成する(function template)</td>
567+
<td>C++26</td>
568+
</tr>
564569
</tbody>
565570
</table>
566571
<h2></h2>

reference/random/generate_random.html

Lines changed: 400 additions & 0 deletions
Large diffs are not rendered by default.

rss.xml

Lines changed: 416 additions & 2188 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248

249249
<url>
250250
<loc>https://cpprefjp.github.io/reference/random.html</loc>
251-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
251+
<lastmod>2024-08-09T14:27:18+09:00</lastmod>
252252
<changefreq>daily</changefreq>
253253
<priority>0.8</priority>
254254
</url>
@@ -8842,6 +8842,13 @@
88428842
<priority>0.7</priority>
88438843
</url>
88448844

8845+
<url>
8846+
<loc>https://cpprefjp.github.io/reference/random/generate_random.html</loc>
8847+
<lastmod>2024-08-09T14:30:34+09:00</lastmod>
8848+
<changefreq>daily</changefreq>
8849+
<priority>0.7</priority>
8850+
</url>
8851+
88458852
<url>
88468853
<loc>https://cpprefjp.github.io/reference/random/gamma_distribution.html</loc>
88478854
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
@@ -34548,7 +34555,7 @@
3454834555

3454934556
<url>
3455034557
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
34551-
<lastmod>2024-08-09T12:46:09+09:00</lastmod>
34558+
<lastmod>2024-08-09T14:27:18+09:00</lastmod>
3455234559
<changefreq>daily</changefreq>
3455334560
<priority>0.8</priority>
3455434561
</url>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)