Skip to content

Instantly share code, notes, and snippets.

View AnthonyBriggs's full-sized avatar

Anthony Briggs AnthonyBriggs

  • Melbourne, Australia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am AnthonyBriggs on github.
  • I am anthonybriggs (https://keybase.io/anthonybriggs) on keybase.
  • I have a public key whose fingerprint is BFCD 1D56 F8B3 9AF8 F345 5407 CCD7 9551 5316 B736

To claim this, I am signing this object:

@AnthonyBriggs
AnthonyBriggs / lavarand.py
Last active January 13, 2024 12:45
Python alpha implementation of lavarand, the lava lamp-seeded random number generator.
#!/usr/bin/python
import hashlib
"""
Python implementation of the lavarand n-way, sha-1, xor-rotate-and-fold
algorithm, aka. The Digital Blender (tm).
For details, see https://web.archive.org/web/20121015231322/http://www.lavarand.org/what/digital-blender.html