Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoga-exe committed Nov 20, 2023
1 parent f4edc98 commit 3efe03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# css-xorshift

[Xorshift](https://wikipedia.org/wiki/Xorshift) implemented in 100% CSS
[Xorshift](https://wikipedia.org/wiki/Xorshift) implemented in 100% CSS (no JavaScript!)

[Demo](https://repos.ryoga.dev/css-xorshift)

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ <h1>100% CSS Xorshift</h1>
<div class="description">
<h2>About this</h2>
<p>
<a href="https://wikipedia.org/wiki/Xorshift">Xorshift</a> implemented in 100% CSS using the CSS trick called <a href="https://dev.to/janeori/expert-css-the-cpu-hack-4ddj">The CPU Hack</a>
<a href="https://wikipedia.org/wiki/Xorshift">Xorshift</a> implemented in 100% CSS using the CSS trick called <a href="https://dev.to/janeori/expert-css-the-cpu-hack-4ddj">The CPU Hack</a>.
(no JavaScript!)
</p>
<p>
A "CPU Hack" implies unlocking the ability for continuous crunching of data and re-evaluation of state.
Expand Down

0 comments on commit 3efe03a

Please sign in to comment.