summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/random.c
AgeCommit message (Expand)Author
2017-03-15Don't use Win32 functions on CYGWIN.jb
2017-02-27Don't try to use rand_s on CYGWINjb
2017-01-01 Update copyright years.jakub
2016-12-21 * intrinsics/random.c: Do not include <sys/types.h> header.fxcoudert
2016-12-21 * libgfortran.h: Include <stdlib.h> header.fxcoudert
2016-09-21Use rand_s on MinGW-w64, fix array bound overflow.jb
2016-08-19Use a XOR cipher instead of byte shuffling to protect against bad seeds.jb
2016-08-19Always initialize PRNG using random data from the OS.jb
2016-08-11Include <stdlib.h> in intrinsics/random.cro
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.jb
2016-01-04 Update copyright years.jakub
2015-01-05 Update copyright years.jakub
2014-11-16PR 60324 VLA related fixes to random number generator.jb
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.jb
2014-01-02Update copyright years in libgfortran/rsandifo
2013-01-14Update copyright years in libgfortran.rsandifo
2012-03-102012-03-10 Tobias Burnus <burnus@net-b.de>burnus
2011-11-10Let the compiler decide whether to inline.jb
2011-01-03Update Copyright years for files modified in 2010.jakub
2010-06-09 * mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX andfxcoudert
2009-06-212009-06-21 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub
2008-11-012008-11-01 Dennis Wassel <dennis.wassel@gmail.com>tkoenig
2008-03-11 PR libfortran/32812fxcoudert
2007-08-31 * m4/minloc1.m4: Update copyright year and ajust headers order.fxcoudert
2007-08-15 PR fortran/33077fxcoudert
2007-08-12 PR fortran/30964fxcoudert
2006-08-012006-08-01 Thomas Koenig <Thomas.Koenig@online.de>tkoenig
2006-06-24 * intrinsics/ierrno.c: Don't include "io/io.h".fxcoudert
2006-06-062006-06-06 Janne Blomqvist <jb@gcc.gnu.org>jb
2005-12-04 * io/format.c: Removing unused code.fxcoudert
2005-11-27 * intrinsics/random.c: Include config.hdje
2005-11-21gcc/fortran/jakub
2005-08-172005-08-17 Kelley Cook <kcook@gcc.gnu.org>kcook
2005-05-15Remove extra whitespace.aj
2005-05-15 * runtime/normalize.c (almostone_r4, almostone_r8): Fix parameteraj
2005-05-042005-05-04 Thomas Koenig <Thomas.Koenig@online.de>tkoenig
2005-01-122005-01-12 Toon Moene <toon@moene.indiv.nluug.nl>toon
2004-12-12 * acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.rth
2004-12-07 * intrinsics/c99_functions.c, intrinsics/eoshift0.c,rth
2004-06-13 * Makefile.am (gfor_helper_src): Add runtime/normalize.f90.pbrook
2004-06-13* random.c: Fix several spelling and formatting mistakes intobi
2004-06-132004-06-13 Steven G. Kargl <kargls@comcast.net>tobi
2004-05-30 * iresolve.c (gfc_resolve_random_number): Clean up conditional.pbrook
2004-05-30 * intrinsics/random.c: Include unistd.h for close and readaj
2004-05-23 * random.c (random_seed): Use correct variable.pbrook
2004-05-14 PR fortran/15149bdavis
2004-05-13Merge tree-ssa-20020619-branch into mainline.dnovillo