dwt v1.0.4+swt-3.4.1 (2020-03-19T06:15:23Z)
Home
Dub
Repo
Random
java
util
Random
Undocumented in source.
class
Random {
version(Tango)
tango
.
math
.
random
.
Kiss
.
Kiss
kiss
;
version(!Tango)
std
.
random
.
MinstdRand
gen
;
this
(int seed);
bool
nextBoolean
();
}
Constructors
this
this
(int seed)
Undocumented in source.
Members
Functions
nextBoolean
bool
nextBoolean
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
gen
std
.
random
.
MinstdRand
gen
;
Undocumented in source.
kiss
tango
.
math
.
random
.
Kiss
.
Kiss
kiss
;
Undocumented in source.
Meta
Source
See Implementation
java
util
Random
classes
Random