Skip to content

Commit

Permalink
Deploying to gh-pages from @ df9a04a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hsimpson committed Apr 10, 2024
1 parent 8298334 commit 3742b00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/shaders/utils.wgsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* this Pseudo-RNG (Pseudo Random Number Generator) is based on this paper:
* https://indico.cern.ch/event/93877/contributions/2118070/attachments/1104200/1575343/acat3_revised_final.pdf
*/
const PI = 3.1415926538;
var<private> seed: u32;

Expand Down

0 comments on commit 3742b00

Please sign in to comment.