ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
1.3 KiB

  1. --- random.run
  2. +++ random.80
  3. @@ -1,10 +1,10 @@
  4. This is a first sequence of three RND numbers:
  5. - .682314
  6. - .77127
  7. - .648104
  8. + .76199
  9. + .413139
  10. + .68009
  11. This is a second sequence of three RND numbers:
  12. - .356755
  13. - .453898
  14. - .940124
  15. + .436431
  16. + .095767
  17. + .972111
  18. The second sequence should have been differrent
  19. from the first.