Y
Hacker News
new
|
ask
|
show
|
jobs
by
weberc2
2618 days ago
I did some profiling too--I shaved off 10-15s by using the C xorshift implementation instead of rand.Float32() (which spends a lot of time locking a mutex).