5#ifndef IPPL_UNIFORM_DISTRIBUTION_H
6#define IPPL_UNIFORM_DISTRIBUTION_H
8#include <Kokkos_MathematicalConstants.hpp>
9#include <Kokkos_MathematicalFunctions.hpp>
10#include <Kokkos_Random.hpp>
KOKKOS_FUNCTION T uniform_cdf_func(T x)
KOKKOS_FUNCTION T uniform_estimate_func(T u)
KOKKOS_FUNCTION T uniform_pdf_func()