Skip to content

Commit c52735e

Browse files
authored
Add picture and reference
1 parent 5f9b276 commit c52735e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GoldenSequences.jl
22
Generalized golden sequences, a form of low discrepancy sequence or quasi random numbers
3+
See [Martin Roberts: The Unreasonable Effectiveness
4+
of Quasirandom Sequences](http://extremelearning.com.au/unreasonable-effectiveness-of-quasirandom-sequences/) for background.
35

46
Golden sequence
57
===============
@@ -53,6 +55,8 @@ p2 = scatter(y, markersize=0.02, color=:red)
5355
vbox(p1, p2)
5456
```
5557

58+
![Quasi-random vs. random](https://raw.githubusercontent.com/mschauer/GoldenSequences.jl/master/quasivsrandom.png)
59+
5660
Interface
5761
=========
5862

0 commit comments

Comments
 (0)