Skip to content

microwaves/randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomizer

Randomizer generates random stuff. To use it, install the package:

Build Status

$ go get [-u] vvoid.pw/randomizer

Then, import on your code:

package main

import (
    "fmt"
    
    "vvoid.pw/randomizer"
)

func main() {
    // random strings
    // n is the amount of chars for the output
    n := 10
    fmt.Println(randomizer.GenerateRandomString(n))

    // random and cute UUIDs based on /dev/urandom
    fmt.Println(randomizer.GenerateUUID())
}

Author

Stephano Zanzin [email protected]

License

Please, refer to the LICENSE file.

About

Random stuff generator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages