MCPcopy 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
125uint64_t Context::getRandomSeed() { return random_seed_; }
126
127uint64_t Context::getRandomState() {
128 auto ret = random_state_;

Callers 1

multinomialSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected