Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ Random
Function
Random
test/gtest/gtest.h:7640–7640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7638
static const UInt32 kMaxRange = 1u << 31;
7639
7640
explicit Random(UInt32 seed) : state_(seed) {}
7641
7642
void Reseed(UInt32 seed) { state_ = seed; }
7643
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected