Skip to content

Commit 5c52a0d

Browse files
authored
[oneMath][RNG] Updated supported types for Discrete Uniform (#612)
1 parent 6675ed2 commit 5c52a0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/elements/oneMath/source/domains/rng/device_api/device-rng-uniform-discrete.rst

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ class uniform
7070
typename Type
7171
Type of the produced values. Supported types:
7272

73+
* ``std::int8_t``
74+
* ``std::uint8_t``
75+
* ``std::int16_t``
76+
* ``std::uint16_t``
7377
* ``std::int32_t``
7478
* ``std::uint32_t``
7579
* ``std::int64_t``

0 commit comments

Comments
 (0)