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>
18 KOKKOS_FUNCTION T uniform_cdf_func(T x) {
23 KOKKOS_FUNCTION T uniform_pdf_func() {
28 KOKKOS_FUNCTION T uniform_estimate_func(T u) {