mirror of
https://github.com/boostorg/random.git
synced 2026-01-19 16:32:16 +00:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"key": "random",
|
|
"name": "Random",
|
|
"authors": [
|
|
"Jens Maurer"
|
|
],
|
|
"description": "A complete system for random number generation.",
|
|
"std": [
|
|
"tr1"
|
|
],
|
|
"category": [
|
|
"Math"
|
|
],
|
|
"maintainers": [
|
|
"Steven Watanabe <watanabesj -at- gmail.com>",
|
|
"Matt Borland <matt -at- mattborland.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|