fsprojects/FsRandom

Random integers

kos59125 opened this issue · 0 comments

  • Xxx.int8 = Random.map int8 rawBits
  • Xxx.int16 = Random.map int16 rawBits
  • Xxx.int32 = Random.map int32 rawBits
  • Xxx.int64 = Random.map int64 rawBits
  • Xxx.uint8 = Random.map uint8 rawBits
  • Xxx.uint16 = Random.map uint16 rawBits
  • Xxx.uint32 = Random.map uint32 rawBits
  • Xxx.uint64 = rawBits

Xxx is

  • RandomNumberGenerator module
  • Random module
  • Utility module
  • or another new module