Skip to content

Commit 92dc12a

Browse files
Update README.md
1 parent 85f4284 commit 92dc12a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For a quick intorduction to OpenRAND: please refer to [this guide](https://msu-s
9696

9797
For more detailed information, refer to the doxygen doc [here](https://msu-sparta.github.io/OpenRAND/)
9898

99-
Please refer to the paper ([arvix](https://arxiv.org/abs/2310.19925)) for detailed performance figures, our design choices etc.
99+
Please refer to the paper published in ([SoftwareX](https://authors.elsevier.com/sd/article/S2352-7110(24)00144-4)) journal for detailed performance figures, our design choices etc.
100100

101101
## Contributing
102102
We welcome all sorts of contributions from the community- code, bug reports, documentation improvements, and any general feedback is always appreciated.
@@ -108,13 +108,16 @@ If you'd like to make a major change or introduce a new feature, please open an
108108
## Citation
109109
If you use OpenRAND for your research, we would appreciate it if you cite our paper. Below is the BibTeX entry for our publication:
110110
```bibtex
111-
@misc{khan2023openrand,
112-
title={OpenRAND: A Performance Portable, Reproducible Random Number Generation Library for Parallel Computations},
113-
author={Shihab Shahriar Khan and Bryce Palmer and Christopher Edelmaierd and Hasan Metin Aktulga},
114-
year={2023},
115-
eprint={2310.19925},
116-
archivePrefix={arXiv},
117-
primaryClass={cs.DC}
111+
@article{KHAN2024101773,
112+
title = {OpenRAND: A performance portable, reproducible random number generation library for parallel computations},
113+
journal = {SoftwareX},
114+
volume = {27},
115+
pages = {101773},
116+
year = {2024},
117+
issn = {2352-7110},
118+
doi = {https://doi.org/10.1016/j.softx.2024.101773},
119+
url = {https://www.sciencedirect.com/science/article/pii/S2352711024001444},
120+
author = {Shihab Shahriar Khan and Bryce Palmer and Christopher Edelmaier and Hasan Metin Aktulga}
118121
}
119122
```
120123

0 commit comments

Comments
 (0)