void FX::Maths::FRandomness::fill ( FXuchar d,
FXuval  len 
) throw () [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         }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7