random_real


random_real()
      

Return a pseudo random inexact real between, but not including, 0 and 1.

Examples:


random_real()
// a value between 0 and 1, e.g: .8574025375628211
      

Also see:

random_integer
random_byte_array


Core Module Index | Contents