mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
ac6ef2f665
* 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>
8 lines
428 B
JSON
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"
|
|
}
|