smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
386 stars 33 forks source link

Clarify documentation for fork() #62

Closed notgull closed 1 year ago

notgull commented 1 year ago

Closes #61

@ra1u Does this work for you?

ra1u commented 1 year ago

It is much more clear, particularly comment on function.

Related to example, i don't see point of having example with assert_eq! at the end. We would rather have example having assert_ne!. There is also an option to remove example altogether.

notgull commented 1 year ago

How about now? @ra1u