X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..180febe078089bb7d5e6ee141fc17115c2f8a0a1:/src/surf/random_mgr.c diff --git a/src/surf/random_mgr.c b/src/surf/random_mgr.c index f22b26b4d5..48769c429c 100644 --- a/src/surf/random_mgr.c +++ b/src/surf/random_mgr.c @@ -1,12 +1,21 @@ +/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf/random_mgr.h" #include "xbt/sysdep.h" +#include "simgrid_config.h" /*_XBT_WIN32*/ -#ifdef WIN32 +#ifdef _XBT_WIN32 static unsigned int _seed = 2147483647; +#ifdef __VISUALC__ typedef unsigned __int64 uint64_t; typedef unsigned int uint32_t; +#endif struct drand48_data { unsigned short int __x[3]; /* Current state. */