#![feature(bench_black_box)]
This commit is contained in:
parent
094abed8e4
commit
cde84479b2
|
@ -1,3 +1,5 @@
|
||||||
|
#![feature(bench_black_box)]
|
||||||
|
|
||||||
use rand::prelude::*;
|
use rand::prelude::*;
|
||||||
use rand::distributions::WeightedIndex;
|
use rand::distributions::WeightedIndex;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue