mkl::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();

};

Devices supported: Host and CPU.

Include Files

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 mkl::rng::generate() routine submits kernels in this queue.

See VS Notes for detailed descriptions.