summaryrefslogtreecommitdiff
path: root/ghc/lib/hbc/Random_p.hi
blob: cf2ee358f08ffc8687372d37fb13028d8add806d (plain)
1
2
3
4
5
6
7
8
9
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface Random where
normalRandomDoubles :: Int -> Int -> [Double]
	{-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _S_ "U(P)U(P)" {_A_ 2 _U_ 22 _N_ _N_ _N_ _N_} _N_ _N_ #-}
randomDoubles :: Int -> Int -> [Double]
	{-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _S_ "U(P)U(P)" {_A_ 2 _U_ 22 _N_ _N_ _N_ _N_} _N_ _N_ #-}
randomInts :: Int -> Int -> [Int]
	{-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _S_ "U(P)U(P)" {_A_ 2 _U_ 22 _N_ _N_ _N_ _N_} _N_ _N_ #-}