Releases: smol-rs/fastrand
Releases Β· smol-rs/fastrand
v2.3.0
08 Dec 16:27
Compare
Sorry, something went wrong.
No results found
Accept IntoIterator in choose_multiple functions instead of just Iterator. (#92 )
v2.2.0
08 Nov 01:44
Compare
Sorry, something went wrong.
No results found
Expose missing fill method for the global RNG. (#90 )
v2.1.1
23 Aug 23:48
Compare
Sorry, something went wrong.
No results found
Remove support for 128-bit targets, as they are not supported by rustc yet. (#87 )
v2.1.0
27 Apr 23:07
Compare
Sorry, something went wrong.
No results found
Change the RNG algorithm and the way that the seed is computed. This will cause
the algorithm to emit different constants for different seeds, hence the minor
SemVer change.
Update to the final WyRand v4.2 constants for better entropy. (#82 )
Remove an unnecessary seed modification. (#73 )
v2.0.2
24 Mar 03:41
Compare
Sorry, something went wrong.
No results found
Slight restructuring of the with_seed function. (#79 )
v2.0.1
25 Sep 17:41
Compare
Sorry, something went wrong.
No results found
Clarify documentation for the fork() method. (#62 )
Mention fastrand-contrib in documentation. (#70 )
v2.0.0
09 Jun 01:59
Compare
Sorry, something went wrong.
No results found
Breaking: Remove interior mutability from Rng. (#47 )
Add a fork() method. (#49 )
Add a no_std mode. (#50 )
Add an iterator selection function. (#51 )
Add a choose_multiple() function for sampling several elements from an iterator. (#55 )
Use the getrandom crate for seeding on WebAssembly targets if the js feature is enabled. (#60 )
v1.9.0
14 Feb 03:05
Compare
Sorry, something went wrong.
No results found
Add Rng::fill() (#35 , #43 )
Add #[must_use] to Rng::with_seed() (#46 )
v1.8.0
23 Jul 17:16
Compare
Sorry, something went wrong.
No results found
Add get_seed() and Rng::get_seed() (#33 )
v1.7.0
22 Jan 07:04
Compare
Sorry, something went wrong.
No results found
Add char() and Rng::char() (#25 )