Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math.Random isn't randomized. #2805

Closed
DartBot opened this issue Apr 29, 2012 · 1 comment
Closed

Math.Random isn't randomized. #2805

DartBot opened this issue Apr 29, 2012 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Apr 29, 2012

This issue was originally filed by ryng...@gmail.com


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.

@dgrove
Copy link
Contributor

dgrove commented Apr 29, 2012

Added Area-VM, Duplicate labels.
Marked as being merged into #499.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report labels Apr 29, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants