Skip to main content
added 13 characters in body
Source Link
AZTECCO
  • 11k
  • 1
  • 17
  • 60

Haskell, 65 bytes

import System.Random f x=do n<-randomIO::IO Float;print$floor$n+x 

Try it online!Try it online!

Haskell, 65 bytes

import System.Random f x=do n<-randomIO::IO Float;print$floor$n+x 

Try it online!

Haskell, 65 bytes

import System.Random f x=do n<-randomIO::IO Float;print$floor$n+x 

Try it online!

Source Link
AZTECCO
  • 11k
  • 1
  • 17
  • 60

Haskell, 65 bytes

import System.Random f x=do n<-randomIO::IO Float;print$floor$n+x 

Try it online!