Skip to content

Commit

Permalink
With from Standard.Base import all one only uses Vector
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed May 13, 2023
1 parent 74c6f99 commit 3d73eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Benchmarks/src/Vector/Utils.enso
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from Standard.Base import all

polyglot java import java.util.Random

make_random_vec : Integer -> Vector.Vector
make_random_vec : Integer -> Vector
make_random_vec n =
random_gen = Random.new n
Vector.fill n random_gen.nextLong

0 comments on commit 3d73eb7

Please sign in to comment.