dojox/math/random/Simple.js

  • Provides:

    • dojox.math.random.Simple
  • dojox.math.random.Simple

    • type
      Function
    • summary
      Super simple implementation of a random number generator,
      which relies on Math.random().
  • dojox.math.random.Simple.destroy

    • summary
      Prepares the object for GC. (empty in this case)
    • type
      Function
  • dojox.math.random.Simple.nextBytes

    • parameters:
      • byteArray: (typeof Array)
        Array: array to be filled in with random numbers, only existing
        elements will be filled.
    • summary
      Fills in an array of bytes with random numbers
    • type
      Function
  • dojox.math.random

    • type
      Object
  • dojox.math

    • type
      Object
  • dojox

    • type
      Object