úÎ à VNone+ An encapsulated nonce generator.6Create a new nonce generator using the system entropy.A(Internal) Generate the given number of bytes from the AES CPRNG.Generate a 128 bit nonce as a 1 of 16 bytes. Each byte may have any value from 0 to 255.Generate a 128 bit nonce as a T of 24 bytes. Each byte is either a letter (upper or lowercase), a digit, a dash (-) or an underscore (_—), which is the set of characters from the base64url encoding. In order to avoid any issues with padding, the generated nonce actually has 144 bits.Same as , but returns its result as  instead.      nonce-1.0.2 Crypto.Nonce Generatornewnonce128 nonce128url nonce128urlTgenBytesbytestring-0.10.4.0Data.ByteString.Internal ByteString text-1.2.0.4Data.Text.InternalTextG$fShowGenerator