Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
6eaf71f4850cd7df63aef8aa05f006b7f6d86905
/
.
/
src
/
math
/
random.cpp
blob: bc868a91a9d6bf61b0dceec6492a90aaeddd28be [
file
] [
log
] [
blame
]
/*
* Copyright 2022 Rive
*/
#include
"rive/math/random.hpp"
namespace
rive
{
#ifdef
TESTING
int
RandomProvider
::
m_randomCallsCount
=
0
;
std
::
vector
<float>
RandomProvider
::
m_randomResults
;
#endif
}
// namespace rive