We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a74a75 commit 2e2a944Copy full SHA for 2e2a944
Project.toml
@@ -1,10 +1,9 @@
1
name = "Random123"
2
uuid = "74087812-796a-5b5d-8853-05524746bad3"
3
authors = ["Sunoru <[email protected]>"]
4
-version = "1.4.2"
+version = "1.4.3"
5
6
[deps]
7
-Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
8
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
10
src/common.jl
@@ -1,4 +1,3 @@
-import Libdl
import Random: rand, seed!
import RandomNumbers: AbstractRNG
0 commit comments