OOF2: The Manual

Name

OOF.Help.Debug.Random — Generate some random numbers.

Synopsis

OOF.Help.Debug.Random(n)

Details

  • Parent Menu: OOF.Help.Debug
  • Callback: function _random in module ooflib.common.IO.mainmenu
  • Parameters:

    n
    How many numbers to generate. Type: Integer.

Description

For debugging the random number generator. Being able to generate reproducible random numbers is important for the test suite.