MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Random

Function Random

tests/gtest/gtest.h:7272–7272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7270 static const UInt32 kMaxRange = 1u << 31;
7271
7272 explicit Random(UInt32 seed) : state_(seed) {}
7273
7274 void Reseed(UInt32 seed) { state_ = seed; }
7275

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected