std::philox_engine

Header: <random>

std::philox_engine is a counter-based random number engine.

# Declarations

template<
class UIntType, std::size_t w, std::size_t n, std::size_t r,
UIntType... consts
>
class philox_engine;

(since C++26)

# Notes

Feature-test macro Value Std Feature __cpp_lib_philox_engine 202406L (C++26) std::philox_engine

# Example

This section is incompleteReason: no example