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