|
|
vor 1 Jahr | |
|---|---|---|
| LICENSE.md | vor 1 Jahr | |
| README.md | vor 1 Jahr | |
| go.mod | vor 1 Jahr | |
| random.go | vor 2 Jahren |
Functions to create random values. That's about the size of it.
package main
import (
"fmt"
"github.com/annybs/go/random"
)
func main() {
n := make([]bool, 10)
for i := range n {
fmt.Println(random.Str(4 + i))
}
}
See LICENSE.md