From 572acbca5c9e1d04efd687a88ff272c00d956425 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sat, 20 May 2017 12:08:25 +0200 Subject: [PATCH] core: rand - removed history from files --- src/core/rand/fastrand.c | 10 ++++------ src/core/rand/fastrand.h | 8 ++++---- src/core/rand/isaac/rand.c | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/core/rand/fastrand.c b/src/core/rand/fastrand.c index 757e08dcae5..3af12f32295 100644 --- a/src/core/rand/fastrand.c +++ b/src/core/rand/fastrand.c @@ -1,5 +1,5 @@ /* - * fast pseudo random generation + * fast pseudo random generation * * Copyright (C) 2007 iptelorg GmbH * @@ -16,10 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* - *History: - *-------- - * 2007-06-15 wrapper around isaac (see - * http://www.burtleburtle.net/bob/rand/isaacafa.html) (andrei) + * wrapper around isaac + * http://www.burtleburtle.net/bob/rand/isaacafa.html */ #include "fastrand.h" @@ -36,7 +34,7 @@ static randctx is_ctx; void fastrand_seed(unsigned int seed) { int i; - + srandom(seed); for (i=0; i