Skip to content

Instantly share code, notes, and snippets.

@cametan001
Created July 17, 2015 05:23
Show Gist options
  • Save cametan001/bbabd1f930b6c8676c6d to your computer and use it in GitHub Desktop.
Save cametan001/bbabd1f930b6c8676c6d to your computer and use it in GitHub Desktop.
> (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