unexpected ~master (2026-07-01T23:47:28.7444833)
Dub
Repo
DefaultPCGIncrement
unexpected
pcg
Undocumented in source.
template
DefaultPCGIncrement (
T
)
if
(
isIntegral
!
T
) {
static if
(
is(T == ubyte)
)
enum
DefaultPCGIncrement
;
static if
(!(
is(T == ubyte)
))
static if
(
is(T == ushort)
)
enum
DefaultPCGIncrement
;
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == ushort)
))
static if
(
is(T == uint)
)
enum
DefaultPCGIncrement
;
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == ushort)
))
static if
(!(
is(T == uint)
))
static if
(
is(T == ulong)
)
enum
DefaultPCGIncrement
;
}
Members
Manifest constants
DefaultPCGIncrement
enum
DefaultPCGIncrement
;
Undocumented in source.
DefaultPCGIncrement
enum
DefaultPCGIncrement
;
Undocumented in source.
DefaultPCGIncrement
enum
DefaultPCGIncrement
;
Undocumented in source.
DefaultPCGIncrement
enum
DefaultPCGIncrement
;
Undocumented in source.
Meta
Source
See Implementation
unexpected
pcg
aliases
PCG6432dxsm
SupportedFunctions
SupportedTypes
structs
PCG
PCGConsts
templates
DefaultPCGIncrement
DefaultPCGMultiplier