summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/random.c
Commit message (Expand)AuthorAgeFilesLines
* fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek2022-01-111-0/+124
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* PR libfortran/97581 - clean up size calculation of random generator stateHarald Anlauf2020-10-301-15/+17
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Improve PRNG jumping when using threadsJanne Blomqvist2019-09-051-27/+19
* PR fortran/91414 Bugfix for previous commitJanne Blomqvist2019-08-131-1/+4
* PR fortran/91414: Improved PRNGJanne Blomqvist2019-08-131-114/+99
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Include <sys/random.h> for getentropy on SolarisRainer Orth2018-08-141-0/+3
* Use getentropy() for seeding PRNGJanne Blomqvist2018-08-131-5/+4
* Use pointer sized array indices.Janne Blomqvist2018-01-311-16/+11
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Don't use Win32 functions on CYGWIN.NightStrike2017-03-151-1/+1
* Don't try to use rand_s on CYGWINJanne Blomqvist2017-02-271-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert2016-12-211-4/+0
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-1/+0
* Use rand_s on MinGW-w64, fix array bound overflow.Janne Blomqvist2016-09-211-4/+16
* Use a XOR cipher instead of byte shuffling to protect against bad seeds.Janne Blomqvist2016-08-191-22/+31
* Always initialize PRNG using random data from the OS.Janne Blomqvist2016-08-191-25/+32
* Include <stdlib.h> in intrinsics/random.cRainer Orth2016-08-111-0/+1
* Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist2016-08-111-239/+371
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR 60324 VLA related fixes to random number generator.Janne Blomqvist2014-11-161-26/+19
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-131-1/+5
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-2/+1
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-101-10/+10
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-101-4/+4
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+2
* mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and GFC_REAL_*_LITERAL macros...Francois-Xavier Coudert2010-06-091-5/+5
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-211-16/+16
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Dennis Wassel2008-11-011-10/+11
* re PR libfortran/32812 (random_seed and date_and_time)Francois-Xavier Coudert2008-03-111-4/+39
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-1/+0
* re PR fortran/33077 (RANDOM_SEED failure for integer(kind=8))Francois-Xavier Coudert2007-08-151-4/+4
* re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert2007-08-121-11/+70
* re PR libfortran/28452 (__gfortran_random_r10 not found)Thomas Koenig2006-08-011-31/+361
* ierrno.c: Don't include "io/io.h".Francois-Xavier Coudert2006-06-241-1/+1
* in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist2006-06-061-13/+1
* format.c: Removing unused code.Francois-Xavier Coudert2005-12-041-369/+15
* random.c: Include config.hDavid Edelsohn2005-11-271-0/+1
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-211-7/+66
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* Remove extra whitespace.Andreas Jaeger2005-05-151-1/+1
* normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger2005-05-151-2/+2
* re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig2005-05-041-12/+12