| --- |
| license: mit |
| task_categories: |
| - text-generation |
| language: |
| - en |
| tags: |
| - quantum |
| - random |
| pretty_name: qr1 |
| size_categories: |
| - 1K<n<10K |
| --- |
| # Quantum Randomness Dataset (1000 Samples) |
|
|
| This dataset contains **1,000 unique strings of true randomness**, derived from quantum processes. Formatted in csv for easy use, each entry containing a UTC timestamp and a hexadecimal string segment, split from a larger source of raw entropy. |
|
|
| --- |
|
|
| ## π¦ Dataset Overview |
|
|
| * **Total Entries**: 1,000 |
| * **Format**: `.csv` |
| * **Fields**: |
|
|
| * `timestamp`: ISO 8601 timestamp in UTC |
| * `value`: A hexadecimal string representing a slice of quantum randomness |
|
|
| --- |
|
|
| ## 𧬠Source |
|
|
| The raw randomness was sourced from a quantum entropy stream and divided into 1,000 individual values using automated splitting logic. |
| This is not pseudorandom β it's real-world, high-entropy data, ideal for experimental, cryptographic, or creative purposes. |
|
|
| --- |
|
|
| ## βοΈ Use Cases |
|
|
| * Seed generation for AI experiments |
| * Entropy injection in training pipelines |
| * Artistic generative projects |
| * Benchmarking randomness detectors |
| * Synthetic data augmentation for anomaly detection or fuzzing |
|
|
| --- |
|
|
| ## π Example Entry |
|
|
| ```json |
| { |
| "timestamp": "2025-05-11T21:25:00Z", |
| "value": "H8kRi8" |
| } |
| ``` |
|
|
| --- |
|
|
| ## π¬ Credits |
|
|
| Quantum randomness sourced from the Australian National University (ANU) Quantum Random Number Generator. |
|
|
| --- |
|
|
| ## π License |
|
|
| MIT License β feel free to use and remix. |
|
|
| Enjoy the entropy! π |