Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / math / random.h
index 730687a..d69e544 100644 (file)
@@ -40,9 +40,9 @@ namespace Random
  *
  * Note, uses a limited number of values.
  * @since_tizen 2.4
- * @param[in] f0 the lower bound
- * @param[in] f1 the upper bound
- * @return a random value between the lower and upper bound
+ * @param[in] f0 The lower bound
+ * @param[in] f1 The upper bound
+ * @return A random value between the lower and upper bound
  */
 inline float Range(float f0, float f1)
 {
@@ -55,7 +55,7 @@ inline float Range(float f0, float f1)
  * @brief Function to return a normalized axis in a random direction.
  *
  * @since_tizen 2.4
- * @return the axis
+ * @return The axis
  */
 inline Vector4 Axis()
 {