We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cc9c1 commit 791cba9Copy full SHA for 791cba9
2 files changed
Project.toml
@@ -0,0 +1,17 @@
1
+authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
2
+name = "RandomExtensions"
3
+uuid = "fb686558-2515-59ef-acaa-46db3789a887"
4
+version = "0.2.0"
5
+
6
+[deps]
7
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
9
+[extras]
10
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
+SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12
13
+[targets]
14
+test = ["Test", "SparseArrays"]
15
16
+[compat]
17
+julia = "1"
REQUIRE
0 commit comments