quantum-boolean
v1.0.5
Published
"maybe" is like qubits in quantum computing, but apply to boolean logic. Qubits can be in a 1 or 0 quantum state, or they can be in a superposition of the 1 and 0 states. However, when qubits are measured the result of the measurement is always either a 0
Readme
quantum-boolean
"maybe" is like qubits in quantum computing, but apply to boolean logic. Qubits can be in a 1 or 0 quantum state, or they can be in a superposition of the 1 and 0 states. However, when qubits are measured the result of the measurement is always either a 0 or a 1.
Status
| Category | Status |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Version | |
| Build |
|
| License |
|
Installation
$ npm install quantum-booleanQuick start
First you need to add a reference to random boolean in your application:
import maybe from 'quantum-boolean';