Aneurin Barker Snook cb4c1a6856 add test workflow
2024-07-19 15:39:08 +01:00
2024-07-19 15:39:08 +01:00
2024-07-19 15:39:01 +01:00
2024-07-19 15:38:48 +01:00
2024-07-11 17:33:18 +01:00
2023-10-10 22:06:23 +01:00
2024-07-19 15:38:37 +01:00

Go Random

Functions to create random values. That's about the size of it.

Example

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))
	}
}

License

See LICENSE.md

S
Description
No description provided
Readme 31 KiB
Languages
Go 100%