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 31 million developers.
Sign up
Popular repositories
-
pippin
a distributed-merge capable database for many small objects
-
keyboard
XKB hacks
Python 13
-
scripts
various utilities (written in sh, python, etc.)
-
openmalaria
A simulator of malaria epidemology and control
C++ 2
-
auto-disper
Forked from wertarbyte/auto-disper
automatically select your display profile
Shell 2
-
rand
Forked from rust-random/rand
816 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in rust-random/rand that received 4 comments
Use getrandom, simplify OsRng, deprecate EntropyRng
Implements #760
This implements several of the mentioned changes. In theory the re-implementation of OsRng can be omitted but I think for most user…