FastLED 3.9.15
Loading...
Searching...
No Matches

◆ shuffle() [1/3]

template<typename Iterator>
void fl::shuffle ( Iterator first,
Iterator last )

Definition at line 561 of file algorithm.h.

561 {
562 shuffle(first, last, default_random());
563}
void shuffle(Iterator first, Iterator last, RandomGenerator &g)
Definition algorithm.h:527
fl_random & default_random()
Global default random number generator instance.
Definition random.cpp:8

References default_random(), and shuffle().

+ Here is the call graph for this function: