Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ getRandomSeed
Method
getRandomSeed
mllm/engine/Context.cpp:125–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
uint64_t Context::getRandomSeed() { return random_seed_; }
126
127
uint64_t Context::getRandomState() {
128
auto ret = random_state_;
Callers
1
multinomialSample
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected