FastLED 3.9.15
Loading...
Searching...
No Matches
random.cpp.hpp
Go to the documentation of this file.
1#include "fl/math/random.h"
2#include "fl/stl/singleton.h"
3#include "fl/stl/mutex.h"
4
5namespace fl {
6
7namespace {
8
13
14} // namespace
15
19
20} // namespace fl
static T & instance() FL_NOEXCEPT
Definition singleton.h:41
A random number generator class that wraps FastLED's random functions.
Definition random.h:25
Platform-independent mutex interface.
math::random & default_random()
Global default random number generator instance.
fl::platforms::mutex mutex
Definition mutex.h:20
Base definition for an LED controller.
Definition crgb.hpp:179