Skip to content

Commit

Permalink
deploy: 85f4284
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab-Shahriar committed Jul 12, 2024
1 parent a6ca2a2 commit bcecfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1><a class="anchor" id="autotoc_md1"></a>
<p><b>Cross-Platform Support</b>: OpenRAND is designed to work seamlessly across various platforms, including CPUs and GPUs. Its header-only library design allows it to be easily integrated into your project.</p>
<p><b>User-Friendly API</b>: OpenRAND provides a user-friendly API, making it straightforward to generate random numbers in your applications.</p>
<p><b>Statistical Robustness</b>: Built-in tests ensure that random number streams generated by OpenRAND are statistically robust, with no discernible patterns.</p>
<p><b>Performance</b>: It is as fast and often faster than native libraries like libstdc++ or Nvidia's Curand, with minimal memory overhead. See the <a href="https://arxiv.org/abs/2310.19925">paper</a> for details.</p>
<p><b>Performance</b>: It is as fast and often faster than native libraries like libstdc++ or Nvidia's Curand, with minimal memory overhead. See the <a href="https://authors.elsevier.com/sd/article/S2352-7110(24)00144-4">paper</a> for details.</p>
<h1><a class="anchor" id="autotoc_md2"></a>
Installation</h1>
<p>OpenRAND is header only, so there is no need to install it. You can simply copy the header files in <code>include/</code> directory into your project and you're good to go!</p>
Expand Down

0 comments on commit bcecfc3

Please sign in to comment.