Skip to content

Commit

Permalink
Uploading initial HTML content
Browse files Browse the repository at this point in the history
Uploading HTML files to `gh-pages` branch for GitHub Pages
  • Loading branch information
ryanvergel committed Apr 23, 2024
1 parent b903954 commit 23c39fe
Show file tree
Hide file tree
Showing 232 changed files with 31,660 additions and 1 deletion.
Empty file added .nojekyll
Empty file.
9 changes: 9 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright (c) 2024 Advanced Micro Devices, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
<table class="sphinxhide">
<tr>
<td align="center"><img src="https://raw.githubusercontent.com/Xilinx/Image-Collateral/main/xilinx-logo.png" width="30%"/>
</td>
</tr>
</table>

This is a repository to host AOCL-RNG API documentation.
# [AOCL-RNG Library Documentation](https://potential-guide-rrq1z2v.pages.github.io/)

<hr class="sphinxhide"></hr>

<p class="sphinxhide" align="center"><sub>Copyright © 2024 Advanced Micro Devices, Inc.</sub></p>

<p class="sphinxhide" align="center"><sup><a href="https://www.amd.com/en/corporate/copyright">Terms and Conditions</a></sup></p>
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./rng/html/index.html">
<script type="text/javascript">
window.location.href = "./rng/html/index.html"
</script>
<title>Page Redirection</title>
</head>
<body>
Redirecting to the page.
</body>
</html>
1 change: 1 addition & 0 deletions rng/Note.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Main page is index.html
4 changes: 4 additions & 0 deletions rng/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a9e885a8494096f5c8fa55eeb2c87029
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added rng/html/_images/f-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/gamma-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/gauss-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/hypergeo-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/logistic-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/lognorm-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/multinomial-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/multinomialref-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/multistuTref-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/poisson-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/t-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/triang1-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/triang2-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rng/html/_images/weibull-pd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions rng/html/_sources/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
**********************************
AMD AOCL-RNG Library Documentation
**********************************

* :ref:`rng`: The AOCL-RNG Library is a pseudorandom number generator library.
It provides a comprehensive set of statistical distribution functions and
various uniform distribution generators.

* :ref:`secrng`: The AOCL-SecureRNG Library exposes APIs to access hardware generated
random numbers using x86 instructions RDRAND and RDSEED.

* :ref:`rngapi`.

* :ref:`secrngapi`.

.. toctree::
:maxdepth: 1
:caption: Contents

rng
secrng
rngapi
secrngapi


Search the documentation
========================

* :ref:`genindex`
* :ref:`search`


Loading

0 comments on commit 23c39fe

Please sign in to comment.