Skip to content

Fast AES-based Bijective PRNG in C using CPU intrinsics

License

Notifications You must be signed in to change notification settings

Computeiful/BiRandom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BiRandom

This PRNG uses Bijective AES CPU encryption to produce good pseudo-random numbers, very, very fast. For more info see here.

See Main.c for a usage example.

This PRNG makes use of the AES encryption instructions found on most modern CPUs - and therefore must be compiled with -maes on gcc:

Example: gcc -O3 -std=c99 -maes Main.c

For even faster PRNG see here.

About

Fast AES-based Bijective PRNG in C using CPU intrinsics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages