DPCT1032

Message

A different random number generator is used. You may need to adjust the code.

Detailed Help

Intel® oneAPI Math Kernel Library (oneMKL) RNG currently does not support the following engine types:

  • XORWOW generator

  • Sobol generator of 64-bit sequences

  • Scrambled Sobol generator

The engine types are migrated to the following supported generators, respectively:

  • Philox4x32x10 generator

  • Basic Sobol generator

  • Basic Sobol generator

Suggestions to Fix

You may need to adjust the code.