faker icon indicating copy to clipboard operation
faker copied to clipboard

Please add (again) support for custom random sources

Open jmwielandt opened this issue 3 years ago • 1 comments

Hi, basically this is a repost of #138. I can't access your functions defined at random_source.go and being able to pass my instance of math.Rand to the whole application (for having a log of seeds for future replication) is very important to me.

Thanks!

jmwielandt avatar Sep 07 '21 19:09 jmwielandt

Hey @jmwielandt, can you explain more what you need?

I thought the function on the random_source.go is a public function, and can be accessed from any project?

bxcodec avatar Dec 29 '21 04:12 bxcodec