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

◆ random16() [1/3]

u16 fl::fl_random::random16 ( )
inline

Generate a 16-bit random number.

Returns
A random 16-bit unsigned integer (0-65535)

Definition at line 136 of file random.h.

136 {
137 return next_random16();
138 }
u16 next_random16()
Generate next 16-bit random number using this instance's seed.
Definition random.h:27

References next_random16().

+ Here is the call graph for this function: