File size: 1,489 Bytes
dcae481 354e4e2 dcae481 354e4e2 dcae481 8ddef33 dcae481 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
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! π |