phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
SetSeq
nxt
pcg
SetSeq Generator.
Has multi-stream support.
mixin template
SetSeq (
StateType
) {
enum
VariationName
;
enum
ulong
Period_pow2
;
enum
ulong
MaxStream
;
StateType
stream
(StateType seq);
StateType
stream
();
}
Members
Functions
stream
StateType
stream
(StateType seq)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
StateType
stream
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
VariationName
enum
VariationName
;
Undocumented in source.
Variables
MaxStream
enum
ulong
MaxStream
;
Undocumented in source.
Period_pow2
enum
ulong
Period_pow2
;
Undocumented in source.
Meta
Source
See Implementation
nxt
pcg
aliases
PCG32
PCG32Fast
PCG32OneSeq
functions
rxs
rxs_m
rxs_m_xs
xsh_rr
xsh_rs
xsl_rr
mixin templates
MCG
OneSeq
SetSeq
structs
PCGEngine
SetSeq Generator.
Has multi-stream support.