I wrote a quantum random number generator package in Go. I'd love your feedback!

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • frand

    A fast userspace CSPRNG

  • For any RNG, the most fundamental function is Read. You can define all other functions in terms of it. In fact, in my opinion, this package could consist of a single Read function and nothing else. If users want convenient methods like Intn or Perm, they can use your package to seed another RNG, such as frand or math/rand. This will also protect against bugs or surprising behavior in your own code. (I notice, for example, that your Int function only produces values up to 65535...)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts