-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.zenodo.json
More file actions
32 lines (32 loc) · 690 Bytes
/
.zenodo.json
File metadata and controls
32 lines (32 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"title": "ρμ library",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"creators": [
{
"orcid": "0000-0003-1072-8559",
"affiliation": "Stockton University",
"name": "Vincent A. Cicirello"
}
],
"keywords": [
"randomization",
"pseudorandom numbers",
"uniform",
"Gaussian",
"Cauchy",
"binomial",
"Ziggurat Gaussian",
"sampling",
"math utilities",
"Java"
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.21105/joss.04663",
"relation": "isDocumentedBy",
"resource_type": "publication"
}
]
}