Visible to Intel only — GUID: GUID-61BD9B56-EE18-4783-8BA0-2459A99E952F
Visible to Intel only — GUID: GUID-61BD9B56-EE18-4783-8BA0-2459A99E952F
oneapi::mkl::rng::r250
Description
The 32-bit generalized feedback shift register pseudorandom number generator GFSR(250,103) [Kirkpatrick81].
API
Syntax
class r250 { public: static constexpr std::uint32_t default_seed = 1; r250(sycl::queue queue, std::uint32_t seed = default_seed); r250(sycl::queue queue, std::vector<std::uint32_t> seed); r250(const r250& other); r250(r250&& other); r250& operator=(const r250& other); r250& operator=(r250&& other); ~r250(); };
Devices supported: CPU.
Include Files
oneapi/mkl/rng.hpp
Input Parameters
Name |
Type |
Description |
---|---|---|
queue |
sycl::queue |
Valid sycl::queue, calls of oneapi::mkl::rng::generate() routine submit kernels in this queue. |
seed |
std::uint32_tstd::initializer_list<std::uint32_t> |
Initial conditions of the engine. |
See VS Notes for the detailed descriptions.
Did you find the information on this page useful?
Feedback Message
Characters remaining: