fibonacci_rng 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTJlYjNlYzYxMGMxMzAyOTk2MmEyYWM2OWI5N2RlN2JhMWQ5ZDQ3OA==
4
+ OWQ3ZWNmMjg4YTFkYjdjZjA1MTQ1MzVjZGIxNmIyYWY3NzNiY2JkNg==
5
5
  data.tar.gz: !binary |-
6
- OGQxYWNhZjViOTA5MjYzNDI0OTNkZTgxMTllNmYyOWRkNmQ5MDUwMA==
6
+ MDMyMjE4Mzg0NzMwMDgzNDMwNmViZDUwMTNkNmExZTM5YjcyOWNiZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTlhNWYzYzRjOTQ0OTljMjE5ZGM4NjA1NTZlNDkxNTc4ZDNjYmE3NGJiM2Yy
10
- YzFjZTA2YzM1ZWJhZDdiMWNlZWIxY2YyYWU1ODNiNjY4ZWVmNWZhOTQyNmE2
11
- NjI1N2RjMzZlNWY1NThkMWZjZTJhMTRjMDgyN2QwMjhhYmQxZmY=
9
+ MWRlZDIwYTRlZTMxMDgzMjg0Nzk4ZDUzMTFlYTgyN2IyMzlmYzNmNmVkMWUx
10
+ MTI5YWQ4NjlhNDY2ODIwZWVjZmZkNTU4OTdmYmY5NTJmODk0NTliNDMyM2Uw
11
+ YTI5MTMwNTNjNTczYjIzNGE4ZGY0NTYyNzk4OGQwNjU0NmE2NjE=
12
12
  data.tar.gz: !binary |-
13
- ZmU1MGRmYzE4OTk2MTUyOGUzNTExNjMwNzdjYWFkM2ZkYTIxNmZlZmQxOGJm
14
- MTkxY2NjYzIyNzYxNzBjN2M5NzMwMmM5YjY5M2FmMDVhNjZjNGU5NDMzOTVm
15
- MDM4ZWIwNThhNzJhN2NhNGViYzQ1MjY4NzUwMThmYmM1NjdlZGM=
13
+ NTQwMTA2NzQzNTc1YjhkNTQ3Njg2ZGFhODVhMTU2YzA1Nzk4NjhkYzZkZGJi
14
+ NjU2NzJiNDBlYzU5MTlkYWI5Y2Q5NjgwNDgxMTM1ODIyZTc3ZjNjYzY2ODky
15
+ MjdkODcwNzU4NTQxOGYwZWQ3MjljYmNkNTQ1ZjJkNjdlNzVkNzQ=
data/README.md CHANGED
@@ -31,7 +31,11 @@ Then in an appropriate place in the code:
31
31
 
32
32
  Where depth is an optional integer value between 3 and are you kidding and
33
33
  the seed value is a number or string or other object that has a repeatable
34
- value. To get some data out here are some options:
34
+ value. You can also get a "random" generator of the default depth by using:
35
+
36
+ @my_rng = FibonacciRng.new
37
+
38
+ To get some data out here are some options:
35
39
 
36
40
  @my_rng.dice(100) # A "random" integer between 0 and 99
37
41
  @my_rng.byte # A "random" integer between 0 and 255
Binary file
Binary file
data/docs/fib corr.png ADDED
Binary file
data/docs/int corr.png ADDED
Binary file
data/docs/scatter.ods ADDED
Binary file