Skip to content

Commit 4b17f52

Browse files
committed
Unnecessary commentary
1 parent 0f91b36 commit 4b17f52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/cuda_cccl/cuda/compute/iterators/_shuffle_iterator.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ def _splitmix64_next(state):
4444
def _feistel_bijection(val, seed, left_bits, right_bits, left_mask, right_mask):
4545
"""
4646
Feistel bijection matching libcudacxx __feistel_bijection.
47-
48-
The C++ implementation uses a struct with members named __low and __high,
49-
but these names refer to struct position, not bit position. We use the
50-
same naming here to match the C++ logic exactly:
51-
- state_low corresponds to C++ __state.__low
52-
- state_high corresponds to C++ __state.__high
5347
"""
5448
M0 = uint64(FEISTEL_M0)
5549

0 commit comments

Comments
 (0)