Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,868 contributions in the last year
Activity overview
Contribution activity
August 2020
- cloudhead/fastrand Rust
- cloudhead/bitcoin-donations JavaScript
Created a pull request in stjepang/fastrand that received 4 comments
Implement `Clone` for `Rng`
Useful for "splitting" the RNG when passing it down to sub-components/functions. Note that this internally mutates the Rng to create a clone. Closes …
+30
−0
•
4
comments
Created an issue in stjepang/fastrand that received 2 comments
Seeding multiple RNGs
Hey there, one issue I'm encountering with fastrand is that I need to essentially pass down multiple RNGs to sub-components, but I need all of them…
2
comments