1 // RUNNABLE_PHOBOS_TEST 2 import std.random; 3 void main() 4 { 5 double t = 1.0 - uniform(0.0, 1.0); 6 } 7