[inline]
Constructs, using seed seed.
Definition at line 1676 of file FXMaths.h.
01676 : idx(0), psfmt32((FXuint *)&sfmt), psfmt64((FXulong *)&sfmt) 01677 { 01678 init_by_array((FXuint*)seed, (FXuint)(len/4)); 01679 }