KDECore
krandomsequence.cpp
Go to the documentation of this file.
unsigned long getLong(unsigned long max)
Get the next number from the pseudo-random sequence.
Definition: krandomsequence.cpp:207
double getDouble()
Get the next number from the pseudo-random sequence.
Definition: krandomsequence.cpp:187
KRandomSequence(long lngSeed=0)
Creates a pseudo-random sequence based on the seed lngSeed.
Definition: krandomsequence.cpp:42
void setSeed(long lngSeed=0)
Restart the sequence based on lngSeed.
Definition: krandomsequence.cpp:71
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.