Ignore:
Timestamp:
Feb 17, 2007, 1:43:27 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Moving a function implementation from .h to .cc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/random/random.h

    r738 r752  
    9393    /// @see seed and seed_from_devurandom
    9494    ///
    95     static RNG* instance(void)
    96       { if (!instance_) instance_=new RNG; return instance_; }
     95    static RNG* instance(void);
    9796
    9897    ///
Note: See TracChangeset for help on using the changeset viewer.