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