Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Feb 28, 2025
1 parent 6812bb1 commit ffdb0f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/scala-2/com/evolutiongaming/random/Random.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ object Random {

object SeedT {

/** Set of random number generators for common numeric types.
*
* The instance provides `SeedT`
*/
/** Set of random number generators for common numeric types */
val Random: Random[SeedT] = {

val doubleUnit = 1.0 / (1L << 53)
Expand Down

0 comments on commit ffdb0f6

Please sign in to comment.