Files
test/source/blender/blenlib
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
..
2017-05-27 15:34:55 -04:00
2018-03-20 11:56:11 +01:00
2018-04-21 20:22:12 +02:00
2016-02-13 18:59:56 +11:00
2017-05-27 15:34:55 -04:00
2018-03-14 02:08:07 +11:00
2018-03-19 09:12:48 +01:00
2018-03-09 11:52:11 +11:00
2017-11-14 16:10:48 +11:00
2018-04-22 08:45:52 +02:00
2017-11-30 18:05:21 +11:00
2018-04-16 17:16:29 +02:00
2017-05-27 15:34:55 -04:00