Lines Matching full:pseudo
15 Utility class that implements pseudo random 32bit numbers using Marsaglia's
34 /** Return the next pseudo random number as an unsigned 32bit value.
42 /** Return the next pseudo random number as a signed 32bit value.
46 /** Return the next pseudo random number as an unsigned 16bit value.
50 /** Return the next pseudo random number as a signed 16bit value.
70 /** Return the next pseudo random number, as an unsigned value of
79 /** Return the next pseudo random unsigned number, mapped to lie within
92 /** Return the next pseudo random unsigned number, mapped to lie within
100 /** Return the next pseudo random number expressed as an unsigned SkFixed
105 /** Return the next pseudo random number expressed as a signed SkFixed
110 /** Return the next pseudo random number expressed as a SkScalar
115 /** Return the next pseudo random number expressed as a SkScalar
122 /** Return the next pseudo random number expressed as a SkScalar
127 /** Return the next pseudo random number as a bool.
139 * Return the next pseudo random number as a signed 64bit value.