ZVON > References > Haskell reference
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | >> Random <<

Module: Random
Function: mkStdGen
Type: Int -> StdGen
Description:
Related: getStdGen, newStdGen, setStdGen

Example 1

Input: mkStdGen 10

Output: 11 1

Example 2

Input: mkStdGen (-120)

Output: 121 1