Wykres commitów

2 Commity (403d850cf769598d975ff53d48079ca063e24133)

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