Maths coding in Rust

Maths Programming is fun! A lot of what I write here has already been done better by others, but I enjoy playing with maths and code and that is all this is...

Maths

Percolation in Rust - part 1
Percolation in Rust - part 2
Percolation in Rust - part 3

Display a csv file as png in Rust
Display a sine wave graph in Rust
Display a Euler method graph in Rust

Marsagli's Universal Random Number Generator in Rust

Exploring accuracy of 32 and 64 bit floating point numbers in Rust - part 1
Exploring accuracy of 128 and 256 bit floating point numbers in Rust - part 2

Exploring Heron's formula in 32 and 64 bit in Rust