Skip to content

Math.Random isn't randomized. #2805

Closed
Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


What steps will reproduce the problem?

  1. try Math.random() and print it
  2. run the script
  3. run the script again. You may notice that the randomization process is not updating.

What is the expected output? What do you see instead?
Fixed production of random number

What version of the product are you using? On what operating system?
version dated 4/18/2012. Windows 7

Please provide any additional information below.
the alternative way I did for the randomization process was, multiply the random number by the seconds clock since the randomization process didn't actually work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.closed-duplicateClosed in favor of an existing report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions