fix tiny typo
This commit is contained in:
parent
daa43abe64
commit
b17860f601
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
title = "Shit-code and Other Performance Arts"
|
title = "Shit-code and Other Performance Arts"
|
||||||
slug = "shit-code-and-performance-art"
|
slug = "shit-code-and-performance-art"
|
||||||
date = "2023-02-08"
|
date = "2023-02-08"
|
||||||
|
updated = "2023-02-09"
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["software", "art", "sundry", "proclamation", "chaos"]
|
tags = ["software", "art", "sundry", "proclamation", "chaos"]
|
||||||
[extra]
|
[extra]
|
||||||
|
@ -67,7 +68,7 @@ what's done is done.
|
||||||
Some time ago, I was [trying to work out some ways to pick random points in a
|
Some time ago, I was [trying to work out some ways to pick random points in a
|
||||||
sphere](https://blog.joeardent.net/2018/07/right-and-wrong-ways-to-pick-random-points-inside-a-sphere/),
|
sphere](https://blog.joeardent.net/2018/07/right-and-wrong-ways-to-pick-random-points-inside-a-sphere/),
|
||||||
and during that exploration, I found myself wanting to just be able to generate random values
|
and during that exploration, I found myself wanting to just be able to generate random values
|
||||||
outside of any program program in particular. So, I wrapped a primitive interface around [the random value
|
outside of any program in particular. So, I wrapped a primitive interface around [the random value
|
||||||
generation library](https://docs.rs/rand/0.8.0/rand/index.html) I was using. I wound up using it
|
generation library](https://docs.rs/rand/0.8.0/rand/index.html) I was using. I wound up using it
|
||||||
selfishly and in a limited fashion for that project, but afterward, decided to expand it a bit and
|
selfishly and in a limited fashion for that project, but afterward, decided to expand it a bit and
|
||||||
release it, as my first [real Rust crate](https://crates.io/crates/randical).
|
release it, as my first [real Rust crate](https://crates.io/crates/randical).
|
||||||
|
|
Loading…
Reference in a new issue