Go to the documentation of this file.
10 #ifndef vtk_m_cont_ArrayHandleRandomUniformBits_h
11 #define vtk_m_cont_ArrayHandleRandomUniformBits_h
28 PhiloxFunctor() =
default;
30 explicit PhiloxFunctor(SeedType seed)
39 using counters_type =
typename philox_functor::counters_type;
43 counters_type result = philox_functor{}(counters, Seed);
88 : Superclass(detail::PhiloxFunctor(seed), length)
106 #endif //vtk_m_cont_ArrayHandleRandomUniformBits_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_ARRAY_HANDLE_SUBCLASS_NT(classname, superclass)
Macro to make default methods in ArrayHandle subclasses.
Definition: ArrayHandle.h:266
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
detail::philox_functor< vtkm::UInt32, 2, 10, 0xD256D193, 0x9E3779B9 > PhiloxFunctor2x32x10
Definition: Philox.h:120
A short fixed-length array.
Definition: Types.h:357
uint32_t UInt32
Base type to use for 32-bit unsigned integer numbers.
Definition: Types.h:185
unsigned long long UInt64
Base type to use for 64-bit signed integer numbers.
Definition: Types.h:207
#define VTKM_ALWAYS_EXPORT
Definition: ExportMacros.h:89
An ArrayHandle that computes values on the fly.
Definition: ArrayHandleImplicit.h:179