mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 19:47:53 +08:00
74 lines
3.5 KiB
XML
74 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
|
|
-->
|
|
<!-- Title: math::monte_carlo::generate_samples Pages: 1 -->
|
|
<svg width="264pt" height="101pt"
|
|
viewBox="0.00 0.00 264.00 101.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 97)">
|
|
<title>math::monte_carlo::generate_samples</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="short-hand for std::functions used in this implementation">
|
|
<polygon fill="#999999" stroke="#666666" points="104,-61.5 0,-61.5 0,-31.5 104,-31.5 104,-61.5"/>
|
|
<text text-anchor="start" x="8" y="-49.5" font-family="Helvetica,sans-Serif" font-size="10.00">math::monte_carlo::</text>
|
|
<text text-anchor="middle" x="52" y="-38.5" font-family="Helvetica,sans-Serif" font-size="10.00">generate_samples</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M26.34,-61.78C20.63,-70.91 29.19,-79.5 52,-79.5 64.48,-79.5 72.69,-76.93 76.63,-73.11"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.11,-73.56 77.53,-63.28 73.14,-72.92 80.11,-73.56"/>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/min.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="224,-93 172,-93 172,-74 224,-74 224,-93"/>
|
|
<text text-anchor="middle" x="198" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">std::min</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M104.17,-59.65C123.01,-64.49 143.92,-69.86 161.12,-74.28"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.81,-77.56 170.36,-76.66 161.55,-70.78 159.81,-77.56"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="256,-56 140,-56 140,-37 256,-37 256,-56"/>
|
|
<text text-anchor="middle" x="198" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M104.17,-46.5C111.98,-46.5 120.14,-46.5 128.24,-46.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.11,-50 138.11,-46.5 128.11,-43 128.11,-50"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/reserve.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="248.5,-19 147.5,-19 147.5,0 248.5,0 248.5,-19"/>
|
|
<text text-anchor="middle" x="198" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::reserve</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M104.17,-33.35C118.21,-29.75 133.4,-25.84 147.34,-22.26"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.94,-25.72 156.75,-19.84 146.19,-18.94 147.94,-25.72"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|