{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QRandomGenerator ( QRandomGeneratorValue (..), QRandomGeneratorConstPtr (..), QRandomGeneratorPtr (..), QRandomGeneratorConst, QRandomGenerator, castConst, cast, downCastConst, downCast, decode, new, newCopy, newWithQuint, newWithQuintQsizetype, newWithQuints, aSSIGN, boundedWirhQuints, boundedWithDouble, boundedWithInt, boundedWithInts, boundedWithQuint, cALL, discard, eQ, fillRange, generate, generate64, generateDouble, global, max, min, nE, securelySeeded, seed, seedWithQuint, system, ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QRandomGenerator import qualified Graphics.UI.Qtah.Generated.Core.QRandomGenerator as M118 import Prelude () import qualified Prelude as QtahP castConst = toQRandomGeneratorConst cast = toQRandomGenerator downCastConst = downToQRandomGeneratorConst downCast = downToQRandomGenerator decode :: (QRandomGeneratorConstPtr this) => this -> QtahP.IO M118.QRandomGenerator decode = QtahFHR.decode QtahP.. toQRandomGeneratorConst