Skip to content
  • Alexandre Duret-Lutz's avatar
    c++11: Simplify random generation code using C++11. · c64503fb
    Alexandre Duret-Lutz authored
    * src/misc/random.cc, src/misc/random.hh (srand, drand, mrand, rrand,
    barand): Simplify using <random> from C++11.
    (nrand, bmrand, prand): Remove these unused functions.
    * src/tgbaalgos/randomgraph.cc: Adjust the use of barand.
    * configure.ac: Do not check for srand48 and drand48.
    c64503fb