On Mon, Feb 25, 2019 at 2:01 PM DrGo <salah.mah...@gmail.com> wrote:
>
> what is the fastest possible algorithm to generate a float32 pseudo-random 
> number in [0.0,1.0)?
> need to generate billions of numbers. Statistical performance and security 
> (and even space) are not a priority.
> any Go implementations you know of?

Take a look at https://godoc.org/golang.org/x/exp/rand .

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to