unit-threaded v0.7.16 (2017-04-17T23:19:19Z)
Home
Dub
Repo
Gen
unit_threaded
randomized
gen
Undocumented in source.
struct
Gen
(T, T low = minimum!T, T high = maximum!T)
struct
Gen
(T, T low = 0, T high = 6.022E23)
struct
Gen
(T, size_t low = 0, size_t high = 32)
struct
Gen
(T, size_t low = 1, size_t high = 1024)
struct
Gen
(T)
struct
Gen (
T
)
if
(
is
(
T
==
bool
)
) {
bool
value
;
bool
gen
(Random rnd);
}
struct
Gen
(T, T low = minimum!T, T high = maximum!T)
struct
Gen
(T)
Alias This
value
Members
Functions
gen
bool
gen
(Random rnd)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
bool
value
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
randomized
gen
mixin templates
GenNumeric
structs
Gen
GenASCIIString
templates
isGen