Skip to content

Commit c19acaa

Browse files
yangzhclaude
andcommitted
Seed128 docs: add domain() and pod() accessors
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9bae6e9 commit c19acaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/api/hv/common/seed128.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ seed_zero = hv.Seed128.zero() # (0, 0)
2222
seed_rand = hv.Seed128.random(so) # consumes two u64 from the RNG
2323

2424
# Accessors
25+
seed.domain() # Domain object
26+
seed.pod() # Pod object
2527
seed.high() # u64 (domain id)
2628
seed.low() # u64 (pod seed)
2729
```

0 commit comments

Comments
 (0)