Module Synchronism.Sequential


module Sequential: sig .. end

val next_step : Random.State.t ->
int -> ('a array -> int -> 'a) -> 'a array -> 'a array -> unit
next_step prng nb_updates transition_rule configuration_in configuration_out updates nb_updates cells one by one.