Skip to content

Commit 0ca27b5

Browse files
committed
Require Random
1 parent 6fe60a4 commit 0ca27b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1111
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1212
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
13+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1314
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
1415

1516
[weakdeps]
@@ -26,6 +27,7 @@ LinearAlgebra = "1"
2627
Logging = "1"
2728
Parameters = "0.12, 0.13"
2829
Pkg = "1"
30+
Random = "1"
2931
Sockets = "1"
3032
ThreadPinning = "1"
3133
julia = "1.10"

src/ParallelProcessingTools.jl

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using Distributed
99

1010
import LinearAlgebra
1111
import Pkg
12+
import Random # Required by ThreadPinning extention
1213
import Sockets
1314

1415
import ClusterManagers

0 commit comments

Comments
 (0)