Created
July 17, 2015 05:23
-
-
Save cametan001/bbabd1f930b6c8676c6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> (define s1 (stream1 SEED SEED SEED)) | |
> s1 | |
#<stream> | |
> (stream->list 10 s1) | |
'(12345 | |
12345 | |
12345 | |
3023790853.0 | |
3023790853.0 | |
3385359573.0 | |
1322208174.0 | |
2930192941.0 | |
2462079208.0 | |
2386811717.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment