Ticket #4379 (closed proposal: fixed)

Opened 3 years ago

Last modified 3 years ago

Add Random instances for more base types

Reported by: basvandijk Owned by:
Priority: normal Milestone:
Component: libraries/random Version: 6.12.3
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Proposal:

Add Random instances for:

  • all the types in Data.Int: (Int is already provided) Int8, Int16, Int32, Int64
  • all the types in Data.Word: Word, Word8, Word16, Word32, Word64
  • almost all the types in Foreign.C.Types: CChar, CSChar, CUChar, CShort, CUShort, CInt, CUInt, CLong, CULong, CPtrdiff, CSize, CWchar CSigAtomic, CLLong, CULLong, CIntPtr, CUIntPtr, CIntMax, CUIntMax, CFloat, CDouble

Does it make sense to have Random instances for CClock and CTime?

Attachments

Change History

Changed 3 years ago by basvandijk

Changed 3 years ago by basvandijk

 Thread on the libraries list.

Changed 3 years ago by basvandijk

  • status changed from new to patch

Changed 3 years ago by igloo

  • status changed from patch to closed
  • resolution set to fixed

Bas said on the list:

The deadline for this proposal has passed. There were no objections.

(please try to remember to add the summary to the ticket).

Applied, thanks.

Note: See TracTickets for help on using tickets.