onemkl::rng::nondeterministic¶
Non-deterministic random number generator (RDRAND-based) [AVX][IntelSWMan].
Syntax
class nondeterministic : internal::engine_base<nondeterministic>{
public:
nondeterministic (cl::sycl::queue& queue)
nondeterministic (const nondeterministic& other)
nondeterministic& operator=(const nondeterministic& other)
~nondeterministic()
}
Include Files
mkl_sycl.hpp
Description
Non-deterministic random number generator (RDRAND-based) [AVX][IntelSWMan].
Input Parameters
Name |
Type |
Description |
---|---|---|
queue |
cl::sycl::queue |
Valid cl::sycl::queue, calls of onemkl::rng::generate() routine submits kernels in this queue. |
See VS Notes for detailed descriptions.
Parent topic: Engines (Basic Random Number Generators)