spot/src/misc
Alexandre Duret-Lutz b9afd8e705 Fix mismatch between srand/srand48 and rand/rand48.
Because only the configure macros of spot::srand() had been updated to
the introduction of _config.h, rand() was used even if drand48() was
available, and yet srand48() was being called by spot::srand().  The
consequence is that setting the seed with srand48() had not effect on
the value returned by rand().  Reported by Etienne Renault.

* src/misc/random.cc (drand): Fix configure macros used.
2012-05-07 16:36:10 +02:00
..
.cvsignore Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
.gitignore more files to ignore 2011-06-08 17:24:22 +02:00
acccompl.cc Downcase a couple of misnamed class names. 2012-05-02 17:57:38 +02:00
acccompl.hh Downcase a couple of misnamed class names. 2012-05-02 17:57:38 +02:00
accconv.cc Improve SCC simplification by removing implied acceptance conditions. 2011-08-28 10:37:42 +02:00
accconv.hh Improve SCC simplification by removing implied acceptance conditions. 2011-08-28 10:37:42 +02:00
bareword.cc Allow atomic propositions and identifiers like `X.Y'. 2011-03-07 11:09:53 +01:00
bareword.hh * src/evtgba/evtgbaiter.hh, src/ltlast/formula.hh, 2005-01-03 10:20:26 +00:00
bddalloc.cc Add more nodes when resizing BDD table. 2011-11-28 11:35:05 +01:00
bddalloc.hh * src/misc/bareword.hh, src/misc/bddalloc.hh, src/misc/bddlt.hh, 2004-11-17 17:20:44 +00:00
bddlt.hh Improve SCC simplification by removing implied acceptance conditions. 2011-08-28 10:37:42 +02:00
bddop.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
bddop.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
casts.hh Introduct a down_cast macro. 2011-03-31 19:39:44 +02:00
escape.cc * iface/gspn/common.cc, iface/gspn/common.hh, 2004-08-09 16:32:25 +00:00
escape.hh * src/misc/escape.hh: Fix Doxygen documentation. 2011-04-10 09:25:10 +02:00
fixpool.hh * src/misc/fixpool.hh: Typo in comment. 2011-04-09 17:34:04 +02:00
freelist.cc * src/tgba/bdddict.cc, src/tgba/bdddict.hh (free_annonymous_list_of): 2008-02-25 14:36:58 +01:00
freelist.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
hash.hh Don't rely on the g++ version to include tr1/unordered_map and co. 2011-12-16 10:03:07 +01:00
hashfunc.hh * src/misc/hashfunc.hh (knuth32_hash): New function. 2005-05-04 16:09:41 +00:00
intvcmp2.cc Fix a segfault reported by Etienne Renault using dve2check. 2012-01-24 19:09:07 +01:00
intvcmp2.hh * src/misc/intvcomp.hh, src/misc/intvcmp2.hh: Include stddef.h for 2011-05-16 16:18:49 +02:00
intvcomp.cc * src/misc/intvcomp.cc: Low-level fine-tuning. 2011-04-15 17:57:37 +02:00
intvcomp.hh * src/misc/intvcomp.hh, src/misc/intvcmp2.hh: Include stddef.h for 2011-05-16 16:18:49 +02:00
ltstr.hh * src/misc/ltstr.hh: Include <functional> 2005-02-05 10:18:31 +00:00
Makefile.am Add a class to convert a bdd into its complement. 2012-04-18 18:54:41 +02:00
memusage.cc memusage: drop two useless includes. 2012-04-27 15:40:54 +02:00
memusage.hh * src/misc/memusage.cc, src/misc/memusage.hh: New files. 2008-02-25 14:36:58 +01:00
minato.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
minato.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
modgray.cc * src/misc/modgray.hh, src/misc/modgray.cc: New files. 2004-10-20 15:46:56 +00:00
modgray.hh * src/misc/bareword.hh, src/misc/bddalloc.hh, src/misc/bddlt.hh, 2004-11-17 17:20:44 +00:00
mspool.hh Add a multiple-size memory pool implementation. 2011-04-09 17:34:04 +02:00
optionmap.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
optionmap.hh Update to compile with the Intel compiler. 2008-12-18 23:41:10 +01:00
random.cc Fix mismatch between srand/srand48 and rand/rand48. 2012-05-07 16:36:10 +02:00
random.hh * src/misc/random.hh: Add include guard. 2004-12-08 08:28:51 +00:00
timer.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
timer.hh Use clock() when times() is not available. 2012-04-27 15:40:54 +02:00
version.cc Install a misc/_config.h to hide all the defines that clutter the 2011-06-06 12:52:50 +02:00
version.hh * src/misc/bareword.hh, src/misc/bddalloc.hh, src/misc/bddlt.hh, 2004-11-17 17:20:44 +00:00