Non-deterministic random number generator (RDRAND-based) [AVX][IntelSWMan].
class nondeterministic: internal::engine_base<nondeterministic>{
public:
nondeterministic (cl::sycl::queue& queue);
nondeterministic (const nondeterministic& other);
nondeterministic& operator=(const nondeterministic& other);
~nondeterministic();
};
Devices supported: Host and CPU.
Non-deterministic random number generator (RDRAND-based) [AVX][IntelSWMan].
Name |
Type |
Description |
---|---|---|
queue |
cl::sycl::queue |
Valid cl::sycl::queue, calls of mkl::rng::generate() routine submits kernels in this queue. |
See VS Notes for detailed descriptions.