AWS SDK for C++

AWS SDK for C++ Version 1.11.773

Loading...
Searching...
No Matches
Random.h
1
6#pragma once
7#include <aws/core/Core_EXPORTS.h>
8
9#include <random>
10
11namespace Aws {
12namespace Utils {
13
14AWS_CORE_LOCAL std::mt19937::result_type GetRandomValue();
15
16} // namespace Utils
17} // namespace Aws
AWS_CORE_LOCAL std::mt19937::result_type GetRandomValue()