Home | History | Annotate | Download | only in utils

Lines Matching full:pseudo

18     Utility class that implements pseudo random 32bit numbers using a fast
27 /** Return the next pseudo random number as an unsigned 32bit value.
31 /** Return the next pseudo random number as a signed 32bit value.
35 /** Return the next pseudo random number as an unsigned 16bit value.
39 /** Return the next pseudo random number as a signed 16bit value.
58 /** Return the next pseudo random number, as an unsigned value of
67 /** Return the next pseudo random unsigned number, mapped to lie within
80 /** Return the next pseudo random unsigned number, mapped to lie within
88 /** Return the next pseudo random number expressed as an unsigned SkFixed
93 /** Return the next pseudo random number expressed as a signed SkFixed
98 /** Return the next pseudo random number expressed as a SkScalar
103 /** Return the next pseudo random number expressed as a SkScalar
110 /** Return the next pseudo random number expressed as a SkScalar
115 /** Return the next pseudo random number as a bool.
126 /** Return the next pseudo random number as a signed 64bit value.
140 object is first created, and is updated each time the next pseudo random
156 Utility class that implements pseudo random 32bit numbers using Marsaglia's
175 /** Return the next pseudo random number as an unsigned 32bit value.
183 /** Return the next pseudo random number as a signed 32bit value.
187 /** Return the next pseudo random number as an unsigned 16bit value.
191 /** Return the next pseudo random number as a signed 16bit value.
211 /** Return the next pseudo random number, as an unsigned value of
220 /** Return the next pseudo random unsigned number, mapped to lie within
233 /** Return the next pseudo random unsigned number, mapped to lie within
241 /** Return the next pseudo random number expressed as an unsigned SkFixed
246 /** Return the next pseudo random number expressed as a signed SkFixed
251 /** Return the next pseudo random number expressed as a SkScalar
256 /** Return the next pseudo random number expressed as a SkScalar
263 /** Return the next pseudo random number expressed as a SkScalar
268 /** Return the next pseudo random number as a bool.
279 /** Return the next pseudo random number as a signed 64bit value.