Skip to content Skip to navigation

Connexions

You are here: Home » Content » What is random number generation?

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

This feature requires Javascript to be enabled.

What is random number generation?

Module by: Petrina Mangala

What is random number generation?

Random number generation is the production of a sequence of numbers that do not have any easily discernable pattern. The generated numbers occur in a sequence that makes it impossible to predict future values based on the past or present values. The devices used to generate random numbers are called random number generators. They are not perfectly random in their generation but they produce a sequence that can be treated as being random. Random numbers can be generated through physical methods (by physical devices), or computational methods (by computational devices).

Examples:

  • rolling a dice
  • coin flipping
  • roulette wheels (casino and gambling games)
  • shuffling of playing cards
  • computer programs (computer applications based on deterministic algorithms for generating random numbers).

Exercise:

Which of the two methods of generating random numbers is most likely to produce true random numbers? Answer

References:

Random number generation: Theory, http://www.acroname.com/brainstem/examples/random/random.html, Brainstem, last accessed 23 February 2006.Random number generator, http://en.wikipedia.org/wiki/Random_number_generator, last access 23 February 2006.

Co-Author: Christopher Chikalimba Gama

Comments, questions, feedback, criticisms?

Send feedback