aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/linear_congruental_msg.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-10-22 15:11:45 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:12:00 +0200
commitef53e19b3d9019b1b1f3345390f55ae9229ce390 (patch)
tree94f88a833fa9046c0af0800656bab4fa4bc7f9ab /chaos/src/linear_congruental_msg.cpp
parent8fb0d8ac8ed684a2084769cb0986effec439626f (diff)
cleanups and new system
svn path=/trunk/externals/tb/; revision=3750
Diffstat (limited to 'chaos/src/linear_congruental_msg.cpp')
-rw-r--r--chaos/src/linear_congruental_msg.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/chaos/src/linear_congruental_msg.cpp b/chaos/src/linear_congruental_msg.cpp
new file mode 100644
index 0000000..5b15d99
--- /dev/null
+++ b/chaos/src/linear_congruental_msg.cpp
@@ -0,0 +1,23 @@
+//
+//
+// chaos~
+// Copyright (C) 2005 Tim Blechmann
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+// Boston, MA 02111-1307, USA.
+
+#include "linear_congruental.hpp"
+#include "chaos_msg.hpp"
+CHAOS_MSG_CLASS(linear_congruental,LINEAR_CONGRUENTAL);