Skip to content

A few implementations of pseudo-random arranging of lists for own use

Notifications You must be signed in to change notification settings

ArunavK/randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

randomizer

Implementation of pseudo-random shuffling of lists in multiple programming languages.

Details

Mainly for personal use and knowledge. Not secure enough for use in cryptography. Good enough for lotteries.
Using Mercenne Twister algorithm (default in all languages) to implement the PRNG.
Hardware-based randomness or at least OS-based randomness is being used for seeding wherever possible (although it IS overkill for my purposes).

Current Implementations

  • C++
  • Python

About

A few implementations of pseudo-random arranging of lists for own use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published