Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 4774

Show
Ignore:
Timestamp:
07/09/09 06:25:51 (3 years ago)
Author:
fawzi
Message:

setting type for t, fix #1700 , thanks eachainn

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/math/random/Random.d

    r4701 r4774  
    10221022        } 
    10231023        /// returns a single random number 
    1024         T getRandom(T a=alpha,t=theta) 
     1024        T getRandom(T a=alpha,T t=theta) 
    10251025        in { assert(a>=cast(T)1,"implemented only for alpha>=1"); } 
    10261026        body {