Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

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