Files
test2/source/blender/blenlib/intern
Sergey Sharybin b236400ff5 Math: Remove unused functions which are not safe for threading
All areas are toy use "local" number generator, in order to keep
behavior predictable and threadable. This is what BLI_rng_() API
is for.

There are still lots of usages of BLI_frand(), which are to be
ported to BLI_rng_get_float(). but that is somewhat involved.

For the time being, remove unsafe API, so new areas have zero
chance using it.
2018-06-12 15:51:43 +02:00
..
2018-03-14 02:08:07 +11:00
2018-03-28 11:23:38 +02:00
2017-10-28 17:48:45 +11:00
2016-06-27 13:21:14 +10:00
2018-03-14 02:08:07 +11:00
2018-04-19 08:18:16 +02:00
2017-08-09 15:00:47 +02:00
2015-12-24 01:52:54 +11:00
2014-08-29 16:16:28 +10:00
2015-11-06 05:34:05 +11:00
2017-11-30 18:05:21 +11:00
2017-08-11 08:32:05 +10:00
2016-06-22 14:02:51 +10:00
2018-02-18 21:27:33 +11:00
2018-06-01 18:10:43 +02:00
2017-11-02 15:09:11 +11:00
2017-10-06 16:56:41 +11:00
2018-01-10 19:57:02 +11:00
2016-12-04 20:34:44 -05:00
2016-05-06 00:45:38 +10:00
2016-01-30 13:27:48 +11:00
2015-06-19 20:19:37 +10:00
2018-02-26 19:58:31 +11:00
2017-10-28 17:48:45 +11:00
2017-11-18 17:22:54 +11:00
2018-03-14 02:08:07 +11:00
2015-12-21 13:02:38 +11:00
2017-05-27 15:34:55 -04:00