[Bf-blender-cvs] [4893780] master: PIL_time is no longer used in BLI_random.

Lukas Tönne noreply at git.blender.org
Tue May 27 08:39:41 CEST 2014


Commit: 4893780d9f3b9cf9858a2b2eba96cf5de5dcd908
Author: Lukas Tönne
Date:   Tue May 27 08:25:36 2014 +0200
https://developer.blender.org/rB4893780d9f3b9cf9858a2b2eba96cf5de5dcd908

PIL_time is no longer used in BLI_random.

The last remnant of using the system time for random seed was removed
in rBafb4b65, now seeds are always explicit for BLI_random.

===================================================================

M	source/blender/blenlib/intern/rand.c

===================================================================

diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c
index 5d78608..a5d6e2f 100644
--- a/source/blender/blenlib/intern/rand.c
+++ b/source/blender/blenlib/intern/rand.c
@@ -36,8 +36,6 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "PIL_time.h"
-
 #include "BLI_threads.h"
 #include "BLI_rand.h"
 #include "BLI_math.h"




More information about the Bf-blender-cvs mailing list