Skip to content

Commit

Permalink
adding engline_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 8, 2024
1 parent 2cc9025 commit 4255660
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpp/oneapi/dal/backend/primitives/rng/rng.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@

namespace oneapi::dal::backend::primitives {

enum class engine_list {
mt2203,
mcg59,
philox
};

template <typename Type, typename Size = std::int64_t>
class rng {
public:
Expand Down

0 comments on commit 4255660

Please sign in to comment.