Skip to content

Commit

Permalink
Trying to fix image.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennadel committed Jan 14, 2023
1 parent e839295 commit 03436e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Eric Elliott uses the `SHA3-256` hashing algorithm in order to reduce the variou
Under the hood, the `Cuid2.cfc` ColdFusion component generates random values using the `randRange()` built-in function with the `sha1prng` algorithm. With over 1,000,000 keys, we can see that this randomness is well distributed into buckets:

<img
src="/bennadel/CUID2-For-ColdFusion/raw/master/public/histogram.png"
src="https://github.com/bennadel/CUID2-For-ColdFusion/raw/master/public/histogram.png"
width="100%"
/>

Expand Down

0 comments on commit 03436e4

Please sign in to comment.