SkillAgentSearch skills...

QuantumRandom

Generate quantum random data using qrng.anu.edu

Install / Use

/learn @DylanMeeus/QuantumRandom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

QuantumRandom

This library gets the data from the ANU Quantum Random Numbers server. For more information, please check out their website, or refer to their papers:

API

The full docs are on godoc

But the basic functions to get started are:

  • NextInt(): int -> return a single QRNG number
  • NextIntN(amount int): []int -> return 'amount' of QRNG numbers
  • NextUint8() -> uint8 -> return a single QRNG uint8
  • NextUint16() -> uint16 -> return a single QRNG uint16
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks0

Languages

Go

Security Score

75/100

Audited on May 16, 2024

No findings