Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace mlx::core::random {
13
14
KeySequence::KeySequence(uint64_t seed) : key_(key(seed)) {}
15
16
void KeySequence::seed(uint64_t seed) {
17
key_ = key((seed));
Callers
nothing calls this directly
Calls
1
key
Function · 0.85
Tested by
no test coverage detected