PCG

Undocumented in source.

Constructors

this
this(S val)
Undocumented in source.

Members

Functions

front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save()
Undocumented in source. Be warned that the author may not have intended to support it.
seed
void seed(S val)
Undocumented in source. Be warned that the author may not have intended to support it.
toSiryulType
const(S) toSiryulType()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromSiryulType
PCG fromSiryulType(S val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
enum bool empty;
Undocumented in source.
isUniformRandom
enum bool isUniformRandom;
Undocumented in source.
max
enum T max;
Undocumented in source.
min
enum T min;
Undocumented in source.

Meta