Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

hashamali/grand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grand

godoc sec go-report license

Generates random strings of a specified length with optional seed types.

Methods

  • RandomStringWithSeed: Will seed rand with the given seed, and generate a random string of length N.
  • RandomString: Will seed rand with current Unix timestamp (in nanoseconds), and generate a random string of length N.
  • TimeSeed: Returns a timestamp based seed value, the current Unix timestamp (in nanoseconds).

Testing

None. ‾\_(ツ)_/‾

About

Generates rand strings of a specified length with optional seed types.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors