Skip to content

Commit 72386ac

Browse files
Update LD_DATA.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f79bc9 commit 72386ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LD_DATA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ For a `shiftmod1` in $s$ dimensions, the file will contain $s$ in the first line
242242
3 # s = 3 dimensions
243243
0.32638741823951621
244244
0.91325392536931693
245-
0.1530364040t106301
245+
0.15303640401106301
246246
```
247247

248248
For a `dshift` with $r$ digits of accuracy in base $b$, in $s$ dimensions, the file will contain $b$ in the first line, $s$ in the second line, $r$ in the third line, and then $s$ integers from 0 to $b^r-1$, one per line. For the latter, the digits of the base $b$ representation of the integer divided by $b^r$ will be added modulo $b$ to the corresponding digits of the base $b$ representation of the coordinate. For example, if $b=2$ and $r=31$, the randomization makes a xor of the 31 bits of this integer with the 31 most significant bits of the corresponding coordinate of each point.

0 commit comments

Comments
 (0)