Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
/ esper Public archive

A very minimal pseudo random number generator with union's data packing.

License

Notifications You must be signed in to change notification settings

U65535F/esper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esper

A very minimal pseudo random number generator with union's data packing.

It's available both in form of both x86 and x64 variants.

Requirement(s)

  1. C/C++ compiler, C99/C++11.
  2. CMD/Terminal (if needed).

License

esper is only for educational purposes. Please do not use it in any real-world application because it's randomness is generally not guarenteed. esper is licensed under CC0 aka public domain, so feel free to use it for educational purposes and in small non-commercial applications.

Credits

The code for esper is not written by me, instead It's written by some unknown person. This is just an archive of code.

About

A very minimal pseudo random number generator with union's data packing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages