Wykres commitów

2 Commity (ac6fcb47296d31fc3a0fc2b592b4625a2292b923)

Autor SHA1 Wiadomość Data
Paul Sokolovsky ac6fcb4729 random: Add randrange() implementation.
The idea behind this implementation is that getrandbits() is guaranteed
(required) to be equally distributed. Thus, we can just repeatedly
sample it until get a suitable value, there's no bias accumulated and
the process should be finite (and on average take few iterations).
2017-11-25 12:30:42 +02:00
Paul Sokolovsky c0ab28571b random: Add module placeholder. 2014-05-01 02:42:43 +03:00