X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ffe21abd220652547671c0de3cae515fb5fc6e2..72aca2e8034f48eff3b88af1a171a56e3010b57d:/include/xbt/RngStream.h diff --git a/include/xbt/RngStream.h b/include/xbt/RngStream.h index e9b8ef33c7..8b80e54533 100644 --- a/include/xbt/RngStream.h +++ b/include/xbt/RngStream.h @@ -1,8 +1,13 @@ - +/* Copyright (c) 2012, 2014. 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. */ + /* RngStream.h for ANSI C */ #ifndef RNGSTREAM_H #define RNGSTREAM_H - + #include "misc.h" typedef struct RngStream_InfoState * RngStream; @@ -61,8 +66,8 @@ XBT_PUBLIC(double) RngStream_RandU01 (RngStream g); XBT_PUBLIC(int) RngStream_RandInt (RngStream g, int i, int j); - + #endif - +