Last change
on this file since 373 was
373,
checked in by Peter, 17 years ago
|
modified (deleted) rnd_test to make it compile. Should be modified to use new Random classes.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
226 bytes
|
Line | |
---|
1 | // $Id: rnd_test.cc 373 2005-08-05 14:18:10Z peter $ |
---|
2 | |
---|
3 | #include <iostream> |
---|
4 | #include <c++_tools/utility/random_singleton.h> |
---|
5 | |
---|
6 | |
---|
7 | using namespace theplu; |
---|
8 | |
---|
9 | int main() |
---|
10 | { |
---|
11 | utility::random_singleton* my_rnd; |
---|
12 | my_rnd = utility::random_singleton::instance( -1 ); |
---|
13 | |
---|
14 | |
---|
15 | return 0; |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.