Python Forum
Module for procedural generation with hashes
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module for procedural generation with hashes
#1
I am working on a Python library to replace use of the random number generator with a hash-based system, so that seeded sequences are no longer fragile when new calls to the RNG are inserted.

https://github.com/UKHomeOffice/python-pghash

It has basic features complete and no known bugs, I'm calling it version 0.0.1 for now in case I need to make any changes that break seed-compatibility. I am hoping that I will never need to do that.
Reply


Messages In This Thread
Module for procedural generation with hashes - by PhilHibbs - Nov-03-2017, 11:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cute oscillating range generation snippet I saw on irc league55 1 2,782 Mar-26-2018, 04:19 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020