|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title> |
4 | 4 | <link href="https://cpprefjp.github.io" /> |
5 | | - <updated>2024-12-19T12:53:12.576159</updated> |
6 | | - <id>9315133d-71c0-4b4d-8e5d-e8bfec279ed9</id> |
| 5 | + <updated>2024-12-19T13:01:12.799007</updated> |
| 6 | + <id>7f737d6c-6527-4ca8-85c6-516658ecfc62</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>philox_engine -- コード修飾を修正</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/random/philox_engine.html"/> |
| 12 | + <id>59ca5842501d7d135426e4ac6558ba49188168e5:reference/random/philox_engine.md</id> |
| 13 | + <updated>2024-12-19T21:58:06+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/random/philox_engine.md b/reference/random/philox_engine.md |
| 16 | +index 4a6738e39..fa5d388a1 100644 |
| 17 | +--- a/reference/random/philox_engine.md |
| 18 | ++++ b/reference/random/philox_engine.md |
| 19 | +@@ -234,9 +234,11 @@ int main() |
| 20 | + } |
| 21 | + } |
| 22 | + ``` |
| 23 | +-* set_counter[link philox_engine/set_counter.md] |
| 24 | ++* engine.seed[link philox_engine/seed.md] |
| 25 | ++* engine.set_counter[link philox_engine/set_counter.md] |
| 26 | + * uniform_real_distribution[link /reference/random/uniform_real_distribution.md] |
| 27 | + * std::uint32_t[link /reference/cstdint/uint32_t.md] |
| 28 | ++* dist(engine)[link /reference/random/uniform_real_distribution/op_call.md] |
| 29 | + |
| 30 | + #### 出力例 |
| 31 | + ``` |
| 32 | +</code></pre></summary> |
| 33 | + |
| 34 | + <author> |
| 35 | + <name>Akira Takahashi</name> |
| 36 | + |
| 37 | + </author> |
| 38 | + </entry> |
| 39 | + |
| 40 | + <entry> |
| 41 | + <title>set_counter -- コード修飾を修正</title> |
| 42 | + <link href="https://cpprefjp.github.io/reference/random/philox_engine/set_counter.html"/> |
| 43 | + <id>59ca5842501d7d135426e4ac6558ba49188168e5:reference/random/philox_engine/set_counter.md</id> |
| 44 | + <updated>2024-12-19T21:58:06+09:00</updated> |
| 45 | + |
| 46 | + <summary type="html"><pre><code>diff --git a/reference/random/philox_engine/set_counter.md b/reference/random/philox_engine/set_counter.md |
| 47 | +index 755e8ebb0..e26cde032 100644 |
| 48 | +--- a/reference/random/philox_engine/set_counter.md |
| 49 | ++++ b/reference/random/philox_engine/set_counter.md |
| 50 | +@@ -98,6 +98,7 @@ int main() |
| 51 | + } |
| 52 | + ``` |
| 53 | + * set_counter[color ff0000] |
| 54 | ++* engine.seed[link seed.md] |
| 55 | + * uniform_real_distribution[link /reference/random/uniform_real_distribution.md] |
| 56 | + * std::uint32_t[link /reference/cstdint/uint32_t.md] |
| 57 | + |
| 58 | +</code></pre></summary> |
| 59 | + |
| 60 | + <author> |
| 61 | + <name>Akira Takahashi</name> |
| 62 | + |
| 63 | + </author> |
| 64 | + </entry> |
| 65 | + |
9 | 66 | <entry> |
10 | 67 | <title>C++26 -- C++26対応としてphilox_engineの説明を追加 (#1392) #1385</title> |
11 | 68 | <link href="https://cpprefjp.github.io/lang/cpp26.html"/> |
|
0 commit comments