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: split
Type: RandomGen a => a -> (a,a)
Class: RandomGen
Description: The split operation allows one to obtain two distinct random number generators.
Related:

Example 1

Input:

Output: