Last change
on this file since 377 was
377,
checked in by Jari Häkkinen, 17 years ago
|
Replaced utility::random_singleton.* with random::random.*
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
234 bytes
|
Line | |
---|
1 | // $Id: rnd_test.cc 377 2005-08-07 23:33:13Z jari $ |
---|
2 | |
---|
3 | #include <c++_tools/random/random.h> |
---|
4 | |
---|
5 | #include <iostream> |
---|
6 | |
---|
7 | |
---|
8 | int main(const int argc,const char* argv[]) |
---|
9 | { |
---|
10 | theplu::random::ContinuousUniform uniform; |
---|
11 | |
---|
12 | theplu::random::RNG* rng=theplu::random::RNG::instance(); |
---|
13 | |
---|
14 | return 0; |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.