Denis Koroskin wrote:
On Tue, 07 Apr 2009 01:23:20 +0400, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote:Hi everybody, [snip] Random r; foreach (n; take(100, uniform(0, 100)) { ... }Warning: unreferenced variable 'r'. :)
Rats :o). Now uniform doesn't need an explicit Random object, but I still created one out of reflex.
Andrei