From 3e3f79bc35d94fab81cb31e42d8699a7eee102a4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 4 May 2012 06:48:22 +0000 Subject: Minor changes, mostly comments. --- src/experimental/randombasic.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/experimental/randombasic.cpp') diff --git a/src/experimental/randombasic.cpp b/src/experimental/randombasic.cpp index e69de29..03bf7fe 100644 --- a/src/experimental/randombasic.cpp +++ b/src/experimental/randombasic.cpp @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + +#include "bu/randombasic.h" + +Bu::RandomBasic::RandomBasic() : + c( 6364136223846793005 ), + m( 1442695040888963407 ) +{ +} + -- cgit v1.2.3