Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Updated the bittorent.lua test
[simgrid.git] / examples / lua / bittorrent / tracker.lua
index cdf3e3b..fee6c3a 100644 (file)
@@ -25,8 +25,6 @@ function tracker(...)
   if #args ~= 1 then
        simgrid.info("Wrong number of arguments for the tracker")
   end
   if #args ~= 1 then
        simgrid.info("Wrong number of arguments for the tracker")
   end
-  -- Initialization of the random generator
-  math.randomseed(42)
   -- Retrieve the end time
   tracker_data.deadline = tonumber(args[1])
   
   -- Retrieve the end time
   tracker_data.deadline = tonumber(args[1])