Changeset 752 for trunk/yat/random/random.h
- Timestamp:
- Feb 17, 2007, 1:43:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/random/random.h
r738 r752 93 93 /// @see seed and seed_from_devurandom 94 94 /// 95 static RNG* instance(void) 96 { if (!instance_) instance_=new RNG; return instance_; } 95 static RNG* instance(void); 97 96 98 97 ///
Note: See TracChangeset
for help on using the changeset viewer.