Module Array_permute

module Array_permute: sig .. end
randomly permute an array.

val __pa_ounit_275876e34cf609db118f3d84b799a790 : string
module Random: Core_random
val swap : 'a array -> int -> int -> unit
val permute : ?random_state:Random.State.t -> 'a array -> unit
randomly permute an array.

randomly permute an array.