Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoran committed Jul 10, 2024
1 parent 732a293 commit c620bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/rich-insects-jog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"effect": patch
"effect": minor
---

export Random.make taking hashable values as seed
2 changes: 1 addition & 1 deletion packages/effect/src/Random.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const Random: Context.Tag<Random, Random> = internal.randomTag
* Constructs the `Random` service, seeding the pseudo-random number generator
* with an hash of the specified seed.
*
* @since 3.4.9
* @since 3.5.0
* @category constructors
*/
export const make: <A>(seed: A) => Random = internal.make

0 comments on commit c620bce

Please sign in to comment.