Skip to content

Commit fc26560

Browse files
authored
[RNG] Updating device-rng-bernoulli.rst on small types support (#562)
1 parent 84645e3 commit fc26560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/elements/oneMKL/source/domains/rng/device_api/device-rng-bernoulli.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ class bernoulli
6767

6868
typename IntType
6969
Type of the produced values. Supported types:
70+
* ``std::int8_t``
71+
* ``std::uint8_t``
72+
* ``std::int16_t``
73+
* ``std::uint16_t``
7074
* ``std::int32_t``
7175
* ``std::uint32_t``
7276

0 commit comments

Comments
 (0)