Move 'split' from the 'RandomGen' class to a new 'SplittableGen' class
The proposal is to:
-
Create the 'SplittableGen' class in System.Random: class SplittableGen g where split :: g -> (g,g)
-
(Re)move the 'split' routine from RandomGen.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.12.3 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | libraries/random |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |