Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Revert "[mc] Move MC_random() in mc_client_api.cpp""
[simgrid.git] / src / mc / mc_base.cpp
index bc0e314..c0f9ab9 100644 (file)
@@ -177,12 +177,6 @@ int MC_request_is_visible(smx_simcall_t req)
       ;
 }
 
       ;
 }
 
-int MC_random(int min, int max)
-{
-  /*FIXME: return mc_current_state->executed_transition->random.value; */
-  return simcall_mc_random(min, max);
-}
-
 static int prng_random(int min, int max)
 {
   unsigned long output_size = ((unsigned long) max - (unsigned long) min) + 1;
 static int prng_random(int min, int max)
 {
   unsigned long output_size = ((unsigned long) max - (unsigned long) min) + 1;