UniformRandomDeviceTypes

TypeTuple of all random devices defined in this module. that act as a uniform random number generator. Note that the available random devices may be dependent on operating system and/or hardware architecture.

  1. alias UniformRandomDeviceTypes = TypeTuple!(DevRandom!ushort, DevRandom!uint, DevRandom!ulong, DevURandom!ushort, DevURandom!uint, DevURandom!ulong)
    version(Posix)
    alias UniformRandomDeviceTypes = TypeTuple!(DevRandom!ushort, DevRandom!uint, DevRandom!ulong, DevURandom!ushort, DevURandom!uint, DevURandom!ulong)
  2. alias UniformRandomDeviceTypes = TypeTuple!()

Meta