module Asynchronous:sig
..end
val next_step : Random.State.t ->
float -> ('a array -> int -> 'a) -> 'a array -> 'a array -> unit
next_step prng update_rate transition_rule configuration_in configuration_out
chooses the cells to update according to a bernouilli law of parameter update_rate
and updates all at the same time.