Skip to main content

Generate really random seeds with Quantum Computers

Project description

QuantumSeeding

Generate really random seeds with Quantum Computers

Installation

pip install quantumseeding

Usage

from quantumseeding import QuantumSeeding

seed = QuantumSeeding(
    ibm_token="YOUR_IBM_TOKEN"  # https://quantum-computing.ibm.com/account
    max_qubits=7, # Max qubits to use
    verbose=True, # Print progress
    simulation=True, # Use quantum computer simulator
).get_seed()
print(seed)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quantumseeding-0.0.5.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

quantumseeding-0.0.5-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page