mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 12:45:34 -05:00
use qtest's random seed to test Random.split_list
This commit is contained in:
parent
b311b7f312
commit
ccf605de12
1 changed files with 1 additions and 1 deletions
|
|
@ -217,5 +217,5 @@ let uniformity_test ?(size_hint=10) k rng st =
|
|||
Hashtbl.fold predicate histogram true
|
||||
|
||||
(*$T split_list
|
||||
run ( uniformity_test 50_000 (split_list 10 ~len:3) )
|
||||
run ~st:(Runner.random_state()) ( uniformity_test 50_000 (split_list 10 ~len:3) )
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue