Skip to content

Commit

Permalink
Update Random-Number.rst (#579)
Browse files Browse the repository at this point in the history
* Update Random-Number.rst

I guess we meant `#include <Kokkos_Random.hpp>` ?

* Apply suggestions from code review

Review from @masterleinad

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>

---------

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
tpadioleau and masterleinad authored Sep 9, 2024
1 parent 82ef297 commit 7a627e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/API/algorithms/Random-Number.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Random-Number
Rand
----

Header Files: ``<Kokkos_core.hpp>``, ``<Kokkos_Complex.hpp>``
Header Files: ``<Kokkos_Core.hpp>``, ``<Kokkos_Random.hpp>``

.. code-block:: cpp
Expand Down Expand Up @@ -78,7 +78,7 @@ where the maximum values of the XorShift function values are given by the follow
Generator
=========

Header Files: ``<Kokkos_core.hpp>`` ``<Kokkos_Complex.hpp>``
Header Files: ``<Kokkos_Core.hpp>`` ``<Kokkos_Random.hpp>``

Synopsis
--------
Expand Down

0 comments on commit 7a627e9

Please sign in to comment.