mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 01:41:41 +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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- 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 65.54,-79.5 74.06,-76.47 77.56,-72.1"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="81.06,-71.81 77.66,-61.78 74.06,-71.74 81.06,-71.81"/>
|
|
</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.37,-64.58 144.72,-70.07 162.1,-74.53"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="161.27,-77.93 171.83,-77.03 163.02,-71.15 161.27,-77.93"/>
|
|
</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.5C112.34,-46.5 120.89,-46.5 129.36,-46.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.62,-50 139.62,-46.5 129.62,-43 129.62,-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.35C119.15,-29.5 135.44,-25.32 150.13,-21.54"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.2,-24.88 160.02,-19 149.46,-18.1 151.2,-24.88"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|