Real Random
Request a Demo

University Partnership Program

True Random Numbers, Delivered to Your Campus

Real Random partners with universities to bring patented electromechanical entropy hardware and Entropy-as-a-Service directly to your campus — for research, teaching, and departmental cryptographic operations. $0 for approved academic research.

$0 for academic research. Approved university research projects pay nothing for EaaS access.

Featured Partner

University of Tampa

The University of Tampa

Real Random's flagship research partnership is with the University of Tampa, where students conduct hands-on entropy research using Real Random hardware in the university's computer science and cybersecurity programs. The collaboration produces peer-reviewable analysis of physical entropy generation and helps train the next generation of cryptographers with practical exposure to hardware-level security.

Managed placement. All hardware remains Real Random property. We handle deployment, monitoring, maintenance, and decommission. Your team gets the entropy — we handle everything else.

Request
curl https://api.real-random.com/v1/entropy \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
        "bytes": 32,
        "format": "hex"
      }'
Response
{
  "entropy": "9f4e...0c21a",
  "bytes": 32,
  "source": "electromechanical-trng",
  "timestamp": "2026-07-04T14:02:11Z"
}

Illustrative call — see live documentation in the developer portal for current endpoints and parameters.

Want API access for your department? Connect With Us

How It Works

The Only Entropy Source You Can Watch at Work

Patented electromechanical True Random Number Generation. Physical dice suspended in viscous fluid, read optically. No silicon noise models. No trust-me black box.

01

Physical dice

Macro-scale motion in viscous fluid — chaotic in a way no algorithm can model or predict.

02

Optical read

Cameras capture each outcome as it happens, auditable at every step.

03

Entropy pool

Raw readings are conditioned per SP 800-90B practice before they ever leave the device.

04

EaaS API

REST delivery to your apps and infrastructure, on-prem or cloud.

9 U.S. patents and 36 international patent rights, protected through 2042. Hardware is never sold — retained, managed, and monetized exclusively as a service.

Typical evaluate-to-placement timeline: one semester.

Get Started

Let's Talk About Your Program

Every partnership starts with a conversation. Tell us about your department and we'll help you find the right fit — free developer accounts are available for faculty and students who want to start testing right away.

  • Free developer accounts for faculty and students
  • $0 EaaS access for approved academic research
  • Live documentation, sample code, and test endpoints
Connect With Us
zsh — real-random-api

$ curl api.real-random.com/v1/entropy \

-H "Authorization: Bearer $YOUR_API_KEY"

{

"entropy": "9f4e...0c21a",

"bytes": 32,

"plan": "academic",

"quota": "unlimited (research)"

}

$