vcpkg/ports/random123/vcpkg.json
Kelly (KT) Thompson ac6ef2f665
[random123] Add new port (#24716)
* Provide Deshaw Research's Random123 implementation

* Convert CONTROL to vcpkg.json.

* Update versions/baseline.json.

* Remove call to deprecated function.

* Address reviewer comments by using vcpkg_from_github.

* Implement recommended changes from MR review.

* Update x-add-version.

* Random123 uses a proprietary license that is very similar to BSD.

* Random123 uses a proprietary license that is very similar to BSD.

* Update versions file.

* format portfile.cmake

* x-add-version

* apply suggestion

* x-add-version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-06-15 13:40:29 -07:00

8 lines
428 B
JSON

{
"name": "random123",
"version": "1.14.0",
"description": "Random123 is a library of 'counter-based' random number generators (CBRNGs), in which the Nth random number can be obtained by applying a stateless mixing function to N instead of the conventional approach of using N iterations of a stateful transformation.",
"homepage": "http://www.deshawresearch.com/resources_random123.html",
"license": "BSD-3-Clause"
}