smol-rs / fastrand

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

v2.0.2 #81

Closed notgull closed 6 months ago

notgull commented 6 months ago
taiki-e commented 6 months ago

Since #76 is about the comment in the benchmark code, nothing seems to have changed in the documentation of fastrand itself.

notgull commented 6 months ago

I see...

Looking at https://github.com/smol-rs/fastrand/commit/dda0fe824b078bc844300db86021c2552465c468 it's also a difference that's worth releasing, even if it's not really much of a change

taiki-e commented 6 months ago

Looking at dda0fe8 it's also a difference that's worth releasing, even if it's not really much of a change

I think the compiler could optimize it, but it indeed could be somewhat useful in debug mode.

notgull commented 6 months ago

I'll take that as an "okay".