From 7d33e6ffde29c40b298ae2dca05df93a0167de6d Mon Sep 17 00:00:00 2001 From: "Martyanov, Ivan" Date: Tue, 17 Dec 2024 07:29:29 -0800 Subject: [PATCH] Added note and changed notes style --- ...device-distributions-template-parameter-method.rst | 3 ++- .../domains/rng/device_api/device-distributions.rst | 11 ++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/source/elements/oneMath/source/domains/rng/device_api/device-distributions-template-parameter-method.rst b/source/elements/oneMath/source/domains/rng/device_api/device-distributions-template-parameter-method.rst index 88a2e2b13..e2b195a70 100644 --- a/source/elements/oneMath/source/domains/rng/device_api/device-distributions-template-parameter-method.rst +++ b/source/elements/oneMath/source/domains/rng/device_api/device-distributions-template-parameter-method.rst @@ -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. diff --git a/source/elements/oneMath/source/domains/rng/device_api/device-distributions.rst b/source/elements/oneMath/source/domains/rng/device_api/device-distributions.rst index f82cc7126..f04050d88 100644 --- a/source/elements/oneMath/source/domains/rng/device_api/device-distributions.rst +++ b/source/elements/oneMath/source/domains/rng/device_api/device-distributions.rst @@ -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 @@ -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`