metadata
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 UTCvalue
: 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
{
"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! 🌀