Skip to content

A pseudorandom number generator based on taking sound samples

Notifications You must be signed in to change notification settings

smof/sound-PRNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sound-PRNG

A simple (and novelty) PRNG based on taking sound samples from a laptop microphone.
Takes a configurable amount of sound, saves as a 48bit .wav before double hashing and saving only digits into a file named myRandom

Limitations - this is a novelty idea, not a real PRNG for crypto purposes. The output has never been tested or benchmarked for its quality. Not intended for use in public places where privacy could be inhibited.
Use as-is, no warranty.

About

A pseudorandom number generator based on taking sound samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages