Skip to content

xorshift random number generators implementation for POSIX shells

License

Notifications You must be signed in to change notification settings

ko1nksm-shlab/sh-xorshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sh-xorshift

xorshift random number generators implementation for POSIX shells.

Usage

rnd=2463534242
for i in $(seq 10000); do
  xorshift32 rnd "$rnd"
  echo "$rnd"
done

About

xorshift random number generators implementation for POSIX shells

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages