Skip to content

Commit

Permalink
Added note and changed notes style
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartyan committed Dec 17, 2024
1 parent fdcf8d5 commit 1a5f644
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ Distributions Template Parameter Method
* Left exponential tail
* Right exponential tail

`NOTE:` Methods provided for exposition purposes.
.. note::
Methods provided for exposition purposes.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ basic random number generators.
- Description
* - :ref:`onemath_device_rng_uniform_discrete`
- integer
- float
- floating point
- Uniform discrete distribution on the interval [``a,b``)
* - :ref:`onemath_device_rng_bits`
- integer
Expand All @@ -80,10 +80,15 @@ basic random number generators.
- Bernoulli distribution
* - :ref:`onemath_device_rng_geometric`
- integer
- float
- floating point
- Geometric distribution

`NOTE:` In case of ``integer`` check desired distribution for supported data types.
.. note::
In case of ``integer`` check desired distribution for supported data types.

.. note::
Internal data type ``floating point`` size may vary depending on integer
data type size.

**Parent topic:** :ref:`onemath_device_rng_routines`

Expand Down

0 comments on commit 1a5f644

Please sign in to comment.