Skip to content

Commit

Permalink
deploy: 97c0aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Sep 12, 2023
1 parent 1ee902a commit 1dfb9d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Number_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,13 @@
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="classfaker_1_1Number.html#af958bfc1ada6c2470edfb13e93e24e11"> 375</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Number.html#af958bfc1ada6c2470edfb13e93e24e11">hex</a>(std::optional&lt;int&gt; <a class="code hl_function" href="classfaker_1_1Number.html#a1af485acb65ed7312f13f4cb56f1a7c4">min</a> = std::nullopt, std::optional&lt;int&gt; <a class="code hl_function" href="classfaker_1_1Number.html#a1af485acb65ed7312f13f4cb56f1a7c4">max</a> = std::nullopt);</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> </div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <span class="keyword">static</span> std::random_device randomDevice;</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <span class="keyword">static</span> std::mt19937 pseudoRandomGenerator;</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="keyword">static</span> std::string convertToHex(<span class="keywordtype">int</span> number);</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span>};</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <span class="keyword">static</span> std::string convertToHex(<span class="keywordtype">int</span> number);</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> </div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="keyword">static</span> std::random_device randomDevice;</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> <span class="keyword">static</span> std::mt19937 pseudoRandomGenerator;</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span>};</div>
</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span>}</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span>}</div>
<div class="ttc" id="aclassfaker_1_1Number_html"><div class="ttname"><a href="classfaker_1_1Number.html">faker::Number</a></div><div class="ttdef"><b>Definition</b> Number.h:104</div></div>
<div class="ttc" id="aclassfaker_1_1Number_html_a147ffc92264eec859d1cbc3b78f9e605"><div class="ttname"><a href="classfaker_1_1Number.html#a147ffc92264eec859d1cbc3b78f9e605">faker::Number::integer</a></div><div class="ttdeci">static I integer(D distribution)</div><div class="ttdoc">Generates a random integer, unbounded, with a given distribution.</div><div class="ttdef"><b>Definition</b> Number.h:226</div></div>
<div class="ttc" id="aclassfaker_1_1Number_html_a1af485acb65ed7312f13f4cb56f1a7c4"><div class="ttname"><a href="classfaker_1_1Number.html#a1af485acb65ed7312f13f4cb56f1a7c4">faker::Number::integer</a></div><div class="ttdeci">static I integer(I min, I max)</div><div class="ttdoc">Generates a random integer number in the given range, bounds included.</div><div class="ttdef"><b>Definition</b> Number.h:119</div></div>
Expand Down
Binary file modified graph_legend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1dfb9d3

Please sign in to comment.