Generate array of random values
    Andrej Mitrovic 
    andrej.mitrovich at gmail.com
       
    Tue Aug  2 05:24:27 PDT 2011
    
    
  
Woops you're right about the range type being returned.
I guess this is the next best thing:
arr = array(rndRange(max, len));
    
    
More information about the Digitalmars-d-learn
mailing list