MCPcopy Create free account
hub / github.com/ml-explore/mlx / KeySequence

Method KeySequence

mlx/random.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace mlx::core::random {
13
14KeySequence::KeySequence(uint64_t seed) : key_(key(seed)) {}
15
16void KeySequence::seed(uint64_t seed) {
17 key_ = key((seed));

Callers

nothing calls this directly

Calls 1

keyFunction · 0.85

Tested by

no test coverage detected