[inline, inherited]
Generates lots of random data (make sure it's 16 byte aligned!).
Definition at line 1698 of file FXMaths.h.
01699 { 01700 gen_rand_array((w128_t *) d, (FXuint)(len/sizeof(w128_t))); 01701 }