aboutsummaryrefslogtreecommitdiffstats
path: root/random.c
Commit message (Expand)AuthorAgeFilesLines
* random.c: prefixed fill_random_bytesnobu2018-09-111-1/+3
* add new instruction attribute called leafshyouhei2018-09-111-1/+1
* random.c: fix up r64596nobu2018-09-041-1/+1
* avoid fork-unsafe arc4random implementationsshyouhei2018-09-041-0/+6
* random.c: SecRandomCopyBytesnobu2018-08-311-0/+20
* random.c: fix fallback valuenobu2018-08-031-4/+2
* random.c: use rb_check_funcallnobu2018-08-031-2/+1
* random.c: moved domain errornobu2018-08-031-1/+2
* random.c: endless range randomnobu2018-08-031-1/+2
* prefer clock_gettimenobu2018-06-141-0/+9
* random.c: fix need_secure flagsnobu2018-06-101-2/+2
* random.c: improve docs for Random.bytesstomar2018-04-141-4/+4
* random.c: Random.extend Formatternobu2018-02-271-0/+1
* [DOC] missing docs at toplevelnobu2018-02-231-0/+13
* random.c: Random.bytesnobu2018-02-201-0/+14
* Fix typos.hsbt2018-01-171-2/+2
* random.c: make sure that Random.urandom returns required-length buffermame2017-12-161-9/+20
* Random.urandom raises RuntimeError instead of returning nilkazu2017-09-131-1/+1
* Random.urandom raises an exception instead of returning nil when failedmame2017-09-121-1/+2
* Add a note to Random.urandommame2017-09-091-1/+3
* random.c: ensure initializednobu2017-07-191-2/+2
* SecureRandom should try /dev/urandom first [Bug #9569]shyouhei2017-01-201-4/+11
* switch SipHash from SipHash24 to SipHash13 variantshyouhei2017-01-201-2/+2
* random.c (fill_random_bytes_syscall): use "__NR_" prefix on Linuxnormal2017-01-111-2/+2
* random.c: pack hash seedsnobu2016-12-061-30/+14
* random.c: private randnobu2016-12-051-1/+1
* rb_funcallvnobu2016-07-291-4/+4
* * random.c (random_ulong_limited): avoid left shift count >= width ofnaruse2016-07-041-2/+0
* VC6 errornobu2016-06-291-1/+1
* random.c: suppress a warningnobu2016-05-151-1/+5
* random.c: clear seednobu2016-05-141-0/+1
* random.c: no local copy of the seednobu2016-05-131-15/+7
* random.c: fill_random_seed sizenobu2016-05-131-6/+7
* random.c: clear bufnobu2016-05-131-1/+4
* random.c: reuse bitsnobu2016-05-101-2/+14
* random.c: use bytesnobu2016-05-101-29/+58
* random.c: compare by rb_equalnobu2016-05-091-2/+1
* random.c: consitifynobu2016-05-091-1/+1
* random.c: seed conversionnobu2016-05-091-3/+2
* random.c: optimize int_pair_to_real_inclusivenobu2016-05-071-32/+14
* random.c: split random_int32nobu2016-05-071-10/+25
* random.c: unnecessary declarationsnobu2016-05-071-2/+0
* random.c: fill_random_bytes_syscall functionnobu2016-05-061-1/+6
* random.c: refactornobu2016-05-061-42/+24
* random.c: use rb_check_to_intnobu2016-05-061-2/+2
* random.c: prefer rb_check_aritynobu2016-05-061-6/+6
* random.c: sipseed_keys_tnobu2016-05-061-2/+3
* random.c: default seed marknobu2016-05-061-5/+2
* random.c: return value is not GCednobu2016-05-061-3/+2
* random.c: use uint32_tnobu2016-05-051-5/+5