Skip to content

Netherdrake/srand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srand is a simple, small and slow(er) sampled rand(om) generator. It gets its entropy from getrandom().

Usage

Get 256bit entropy hash:

~/G/srand % srand
0x741d4bb30d9466fae40310bdbc3bb72b41d21611e24d50fa16d884429a960047

Get random password:

~/G/srand % srand pw
&U4Pg0@ZTceNzSt0wdGKakx$H?L)(E5W

Get random password of custom length:

~/G/srand % srand pw 18
9$W6B#SXfL)x&nbaHM

Warranty

None

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages