smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
409 stars 35 forks source link

Add `Rng::from` function #5

Closed cloudhead closed 4 years ago

cloudhead commented 4 years ago

Creates a generator from a seed. Avoids wasting the thread_local seed when we're going to replace it anyway.

cloudhead commented 4 years ago

Here we go!