reng v0.1.0-pre5 (2020-07-28T06:27:24Z)
Dub
Repo
Rng
re
util
rng
Undocumented in source.
static
class
Rng {
static
std
.
random
.
Random
rng
;
static
uint
next
();
static
int
next_int
();
}
Members
Static functions
next
uint
next
()
Undocumented in source. Be warned that the author may not have intended to support it.
next_int
int
next_int
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
rng
std
.
random
.
Random
rng
;
Undocumented in source.
Meta
Source
See Implementation
re
util
rng
classes
Rng