AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Static Public Attributes | List of all members
testing::internal::Random Class Reference

#include <gtest-internal.h>

Public Member Functions

 Random (UInt32 seed)
 
void Reseed (UInt32 seed)
 
UInt32 Generate (UInt32 range)
 

Static Public Attributes

static const UInt32 kMaxRange = 1u << 31
 

Constructor & Destructor Documentation

◆ Random()

testing::internal::Random::Random ( UInt32  seed)
inlineexplicit

Member Function Documentation

◆ Generate()

UInt32 testing::internal::Random::Generate ( UInt32  range)

◆ Reseed()

void testing::internal::Random::Reseed ( UInt32  seed)
inline

Member Data Documentation

◆ kMaxRange

const UInt32 testing::internal::Random::kMaxRange = 1u << 31
static

The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0