random-fu-0.0.0.2: Random number generationSource codeContentsIndex
Data.Random.Internal.Words
Description

A few little functions I found myself writing inline over and over again.

Note that these need to be checked to ensure proper behavior on big-endian systems. They are probably not right at the moment.

Documentation
wordsToBytes :: [Word64] -> [Word8]Source
wordToBytes :: Word64 -> [Word8]Source
bytesToWords :: [Word8] -> [Word64]Source
bytesToWord :: [Word8] -> Word64Source
Produced by Haddock version 2.4.2