jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
549 stars 59 forks source link

Revert changes done to crypto to make it less random #154

Closed jaswdr closed 11 months ago

jaswdr commented 11 months ago

Description

Revert previous change that makes the Crypto generator less random.

Are you trying to fix an existing issue?

N/A

Go Version

$ go version
go version go1.19 darwin/amd64

Go Tests

$ go test
2023/10/10 10:36:20 Error while requesting https://loremflickr.com/300/200 : request failed
2023/10/10 10:36:21 Error while creating a temp file: temp file creation failed
2023/10/10 10:36:21 Error while requesting https://randomuser.me : request failed
2023/10/10 10:36:21 Error while creating a temp file: temp file creation failed
PASS
ok      github.com/jaswdr/faker 4.138s