The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
isPhobosUniformRNG
mir
random
Tests if T is a Phobos-style uniform RNG.
template
isPhobosUniformRNG (
T
) {
template
isUniformRNG
(Rng)
via
import
std
.
random
:
isUniformRNG
;
;
enum
bool
isPhobosUniformRNG
;
}
Meta
Source
See Implementation
mir
random
modules
algorithm
engine
flex
ndvariable
variable
functions
rand
randExponential2
randGeometric
randIndex
structs
PhobosRandom
templates
isPhobosUniformRNG
Tests if T is a Phobos-style uniform RNG.