Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -7,5 +7,5 @@ size_categories:
|
|
7 |
- 10M<n<100M
|
8 |
---
|
9 |
# Large Hex Prime Factor dataset
|
10 |
-
99,990,000 rows of values _p, q, n_ where _q_ and _n_ are 512bit prime numbers and _p_ is their product.
|
11 |
A set of 10000 values was created by generating random 512bit numbers and using the Miller-Rabin test for primality to filter them. Every value in the set was then inserted into the table as a _n_ value once alongside every other value in the set as the _q_ value, and from these values for _p_ were calculated. Finally, a Knuth shuffle of the row order was applied.
|
|
|
7 |
- 10M<n<100M
|
8 |
---
|
9 |
# Large Hex Prime Factor dataset
|
10 |
+
99,990,000 rows of hex values _p, q, n_ where _q_ and _n_ are 512bit prime numbers and _p_ is their product.
|
11 |
A set of 10000 values was created by generating random 512bit numbers and using the Miller-Rabin test for primality to filter them. Every value in the set was then inserted into the table as a _n_ value once alongside every other value in the set as the _q_ value, and from these values for _p_ were calculated. Finally, a Knuth shuffle of the row order was applied.
|